Html Css Color HEX #AF16CA Dark Violet

📋 copy color: '#AF16CA'

red 175 ◦ green 22 ◦ blue 202

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

Shades of Dark Violet #AF16CA

Tints of Dark Violet #AF16CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 43.86%
G = 5.51%
B = 50.63%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF16CA (or 0xAF16CA) is known color: Dark Violet. HEX triplet: AF, 16 and CA. RGB value is (175,22,202). Sum of RGB (Red+Green+Blue) = 175+22+202=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF16CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16CA is #50E935. Grayscale: #575757. Windows color (decimal): -5302582 or 13244079. OLE color: 13244079.

HSL color Cylindrical-coordinate representation of color #AF16CA: hue angle of 291º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16CA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 22 202 -
CMYK 0.13 0.89 0 0.21
HSL 291º 0.8% 0.44% -
HSV(B) 291º 0.89% 0.79% -
XYZ 28.63 13.95 57.06 -
YUV 88.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 175 22 202 0.13 0.89 0 0.21 291 0.8 0.44
Hex AF 16 CA D 59 0 15 123 50 2C
Octal 257 26 312 15 131 0 25 443 120 54
Binary 10101111 10110 11001010 1101 1011001 0 10101 100100011 1010000 101100

Color Harmonies of #AF16CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16CA

Black with #AF16CA

Text Example


Text Example

White with #AF16CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16CA; }

 p { color: rgb(175,22,202); }

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

background-color css

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

 a { background-color: rgb(175,22,202); }

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

border-color css

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

 span { border-color: rgb(175,22,202); }

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