Html Css Color HEX #AF03CB Dark Violet

📋 copy color: '#AF03CB'

red 175 ◦ green 3 ◦ blue 203

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

Shades of Dark Violet #AF03CB

Tints of Dark Violet #AF03CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 45.93%
G = 0.79%
B = 53.28%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF03CB (or 0xAF03CB) is known color: Dark Violet. HEX triplet: AF, 03 and CB. RGB value is (175,3,203). Sum of RGB (Red+Green+Blue) = 175+3+203=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF03CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03CB is #50FC34. Grayscale: #4C4C4C. Windows color (decimal): -5307445 or 13304751. OLE color: 13304751.

HSL color Cylindrical-coordinate representation of color #AF03CB: hue angle of 291.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF03CB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 3 203 -
CMYK 0.14 0.99 0 0.20
HSL 291.6º 0.97% 0.4% -
HSV(B) 291.6º 0.99% 0.8% -
XYZ 28.49 13.49 57.6 -
YUV 77.23 198.98 197.74 -
System Red Green Blue C M Y K H S L
Decimal 175 3 203 0.14 0.99 0 0.20 291.6 0.97 0.4
Hex AF 3 CB E 63 0 14 124 61 28
Octal 257 3 313 16 143 0 24 444 141 50
Binary 10101111 11 11001011 1110 1100011 0 10100 100100100 1100001 101000

Color Harmonies of #AF03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03CB

Black with #AF03CB

Text Example


Text Example

White with #AF03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03CB; }

 p { color: rgb(175,3,203); }

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

background-color css

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

 a { background-color: rgb(175,3,203); }

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

border-color css

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

 span { border-color: rgb(175,3,203); }

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