Html Css Color HEX #AF15CB Dark Violet

📋 copy color: '#AF15CB'

red 175 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #AF15CB

Tints of Dark Violet #AF15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.26%

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

R = 43.86%
G = 5.26%
B = 50.88%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF15CB (or 0xAF15CB) is known color: Dark Violet. HEX triplet: AF, 15 and CB. RGB value is (175,21,203). Sum of RGB (Red+Green+Blue) = 175+21+203=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF15CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15CB is #50EA34. Grayscale: #575757. Windows color (decimal): -5302837 or 13309359. OLE color: 13309359.

HSL color Cylindrical-coordinate representation of color #AF15CB: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF15CB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 21 203 -
CMYK 0.14 0.90 0 0.20
HSL 290.77º 0.81% 0.44% -
HSV(B) 290.77º 0.9% 0.8% -
XYZ 28.73 13.96 57.68 -
YUV 87.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 175 21 203 0.14 0.90 0 0.20 290.77 0.81 0.44
Hex AF 15 CB E 5A 0 14 123 51 2C
Octal 257 25 313 16 132 0 24 443 121 54
Binary 10101111 10101 11001011 1110 1011010 0 10100 100100011 1010001 101100

Color Harmonies of #AF15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15CB

Black with #AF15CB

Text Example


Text Example

White with #AF15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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