Html Css Color HEX #AF16DC Dark Violet

📋 copy color: '#AF16DC'

red 175 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #AF16DC

Tints of Dark Violet #AF16DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 41.97%
G = 5.28%
B = 52.76%

CMYK

 C value IS 0.20

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF16DC (or 0xAF16DC) is known color: Dark Violet. HEX triplet: AF, 16 and DC. RGB value is (175,22,220). Sum of RGB (Red+Green+Blue) = 175+22+220=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF16DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16DC is #50E923. Grayscale: #595959. Windows color (decimal): -5302564 or 14423727. OLE color: 14423727.

HSL color Cylindrical-coordinate representation of color #AF16DC: hue angle of 286.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16DC is Cyan = 0.20, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 22 220 -
CMYK 0.20 0.9 0 0.14
HSL 286.36º 0.82% 0.47% -
HSV(B) 286.36º 0.9% 0.86% -
XYZ 30.88 14.86 68.95 -
YUV 90.32 201.19 188.4 -
System Red Green Blue C M Y K H S L
Decimal 175 22 220 0.20 0.9 0 0.14 286.36 0.82 0.47
Hex AF 16 DC 14 5A 0 E 11E 52 2F
Octal 257 26 334 24 132 0 16 436 122 57
Binary 10101111 10110 11011100 10100 1011010 0 1110 100011110 1010010 101111

Color Harmonies of #AF16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16DC

Black with #AF16DC

Text Example


Text Example

White with #AF16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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