Html Css Color HEX #AF04CB Dark Violet

📋 copy color: '#AF04CB'

red 175 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #AF04CB

Tints of Dark Violet #AF04CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 45.81%
G = 1.05%
B = 53.14%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF04CB (or 0xAF04CB) is known color: Dark Violet. HEX triplet: AF, 04 and CB. RGB value is (175,4,203). Sum of RGB (Red+Green+Blue) = 175+4+203=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF04CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04CB is #50FB34. Grayscale: #4D4D4D. Windows color (decimal): -5307189 or 13305007. OLE color: 13305007.

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

Color convert

RGB 175 4 203 -
CMYK 0.14 0.98 0 0.20
HSL 291.56º 0.96% 0.41% -
HSV(B) 291.56º 0.98% 0.8% -
XYZ 28.5 13.51 57.61 -
YUV 77.82 198.65 197.32 -
System Red Green Blue C M Y K H S L
Decimal 175 4 203 0.14 0.98 0 0.20 291.56 0.96 0.41
Hex AF 4 CB E 62 0 14 124 60 29
Octal 257 4 313 16 142 0 24 444 140 51
Binary 10101111 100 11001011 1110 1100010 0 10100 100100100 1100000 101001

Color Harmonies of #AF04CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04CB

Black with #AF04CB

Text Example


Text Example

White with #AF04CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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