Html Css Color HEX #AF16CC Dark Violet

📋 copy color: '#AF16CC'

red 175 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #AF16CC

Tints of Dark Violet #AF16CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 43.64%
G = 5.49%
B = 50.87%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF16CC (or 0xAF16CC) is known color: Dark Violet. HEX triplet: AF, 16 and CC. RGB value is (175,22,204). Sum of RGB (Red+Green+Blue) = 175+22+204=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16CC is #50E933. Grayscale: #575757. Windows color (decimal): -5302580 or 13375151. OLE color: 13375151.

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

Color convert

RGB 175 22 204 -
CMYK 0.14 0.89 0 0.2
HSL 290.44º 0.81% 0.44% -
HSV(B) 290.44º 0.89% 0.8% -
XYZ 28.87 14.05 58.32 -
YUV 88.5 193.19 189.7 -
System Red Green Blue C M Y K H S L
Decimal 175 22 204 0.14 0.89 0 0.2 290.44 0.81 0.44
Hex AF 16 CC E 59 0 14 122 51 2C
Octal 257 26 314 16 131 0 24 442 121 54
Binary 10101111 10110 11001100 1110 1011001 0 10100 100100010 1010001 101100

Color Harmonies of #AF16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16CC

Black with #AF16CC

Text Example


Text Example

White with #AF16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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