Html Css Color HEX #AF01CB Dark Violet

📋 copy color: '#AF01CB'

red 175 ◦ green 1 ◦ blue 203

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

Shades of Dark Violet #AF01CB

Tints of Dark Violet #AF01CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 46.17%
G = 0.26%
B = 53.56%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF01CB (or 0xAF01CB) is known color: Dark Violet. HEX triplet: AF, 01 and CB. RGB value is (175,1,203). Sum of RGB (Red+Green+Blue) = 175+1+203=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF01CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01CB is #50FE34. Grayscale: #4B4B4B. Windows color (decimal): -5307957 or 13304239. OLE color: 13304239.

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

Color convert

RGB 175 1 203 -
CMYK 0.14 1.00 0 0.20
HSL 291.68º 0.99% 0.4% -
HSV(B) 291.68º 1% 0.8% -
XYZ 28.47 13.45 57.6 -
YUV 76.05 199.65 198.57 -
System Red Green Blue C M Y K H S L
Decimal 175 1 203 0.14 1.00 0 0.20 291.68 0.99 0.4
Hex AF 1 CB E 64 0 14 124 63 28
Octal 257 1 313 16 144 0 24 444 143 50
Binary 10101111 1 11001011 1110 1100100 0 10100 100100100 1100011 101000

Color Harmonies of #AF01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01CB

Black with #AF01CB

Text Example


Text Example

White with #AF01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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