Html Css Color HEX #AC16D0 Dark Violet

📋 copy color: '#AC16D0'

red 172 ◦ green 22 ◦ blue 208

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

Shades of Dark Violet #AC16D0

Tints of Dark Violet #AC16D0

RGB

 RED value IS 172 (67.58% from 255) = 42.79%

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

 BLUE value IS 208 (81.64% from 255) = 51.74%

R = 42.79%
G = 5.47%
B = 51.74%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC16D0 (or 0xAC16D0) is known color: Dark Violet. HEX triplet: AC, 16 and D0. RGB value is (172,22,208). Sum of RGB (Red+Green+Blue) = 172+22+208=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC16D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16D0 is #53E92F. Grayscale: #575757. Windows color (decimal): -5499184 or 13637292. OLE color: 13637292.

HSL color Cylindrical-coordinate representation of color #AC16D0: hue angle of 288.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16D0 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 22 208 -
CMYK 0.17 0.89 0 0.18
HSL 288.39º 0.81% 0.45% -
HSV(B) 288.39º 0.89% 0.82% -
XYZ 28.69 13.9 60.85 -
YUV 88.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 172 22 208 0.17 0.89 0 0.18 288.39 0.81 0.45
Hex AC 16 D0 11 59 0 12 120 51 2D
Octal 254 26 320 21 131 0 22 440 121 55
Binary 10101100 10110 11010000 10001 1011001 0 10010 100100000 1010001 101101

Color Harmonies of #AC16D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16D0

Black with #AC16D0

Text Example


Text Example

White with #AC16D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16D0; }

 p { color: rgb(172,22,208); }

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

background-color css

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

 a { background-color: rgb(172,22,208); }

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

border-color css

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

 span { border-color: rgb(172,22,208); }

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