Html Css Color HEX #AF28F3 Blue Violet

📋 copy color: '#AF28F3'

red 175 ◦ green 40 ◦ blue 243

#AF28F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #AF28F3

Tints of Blue Violet #AF28F3

RGB

 RED value IS 175 (68.75% from 255) = 38.21%

 GREEN value IS 40 (16.02% from 255) = 8.73%

 BLUE value IS 243 (95.31% from 255) = 53.06%

R = 38.21%
G = 8.73%
B = 53.06%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF28F3 (or 0xAF28F3) is known color: Blue Violet. HEX triplet: AF, 28 and F3. RGB value is (175,40,243). Sum of RGB (Red+Green+Blue) = 175+40+243=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 243 (95.31% from 255 or 53.06% from 458); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF28F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28F3 is #50D70C. Grayscale: #666666. Windows color (decimal): -5297933 or 15935663. OLE color: 15935663.

HSL color Cylindrical-coordinate representation of color #AF28F3: hue angle of 279.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF28F3 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 40 243 -
CMYK 0.28 0.84 0 0.05
HSL 279.9º 0.89% 0.55% -
HSV(B) 279.9º 0.84% 0.95% -
XYZ 34.62 17.1 86.27 -
YUV 103.51 206.73 178.99 -
System Red Green Blue C M Y K H S L
Decimal 175 40 243 0.28 0.84 0 0.05 279.9 0.89 0.55
Hex AF 28 F3 1C 54 0 5 118 59 37
Octal 257 50 363 34 124 0 5 430 131 67
Binary 10101111 101000 11110011 11100 1010100 0 101 100011000 1011001 110111

Color Harmonies of #AF28F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28F3

Black with #AF28F3

Text Example


Text Example

White with #AF28F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28F3; }

 p { color: rgb(175,40,243); }

 H1.HeaderClassName
 {
   color: #AF28F3;
 }
 .AnyTagClassName
 {
   color: #AF28F3;
 }
</style>

background-color css

<style>
 a { background-color: #AF28F3; }

 a { background-color: rgb(175,40,243); }

 div.DivClassName
 {
   background-color: #AF28F3;
 }
 .BgClassName
 {
   background-color: #AF28F3;
 }
</style>

border-color css

<style>
 span { border-color: #AF28F3; }

 span { border-color: rgb(175,40,243); }

 td.TdClassName
 {
   border-color: #AF28F3;
 }
 .TagClassName
 {
   border-color: #AF28F3;
 }
</style>