Html Css Color HEX #AC16DB Dark Violet

📋 copy color: '#AC16DB'

red 172 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #AC16DB

Tints of Dark Violet #AC16DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 41.65%
G = 5.33%
B = 53.03%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC16DB (or 0xAC16DB) is known color: Dark Violet. HEX triplet: AC, 16 and DB. RGB value is (172,22,219). Sum of RGB (Red+Green+Blue) = 172+22+219=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16DB is #53E924. Grayscale: #585858. Windows color (decimal): -5499173 or 14358188. OLE color: 14358188.

HSL color Cylindrical-coordinate representation of color #AC16DB: hue angle of 285.69º 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 #AC16DB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 22 219 -
CMYK 0.21 0.90 0 0.14
HSL 285.69º 0.82% 0.47% -
HSV(B) 285.69º 0.9% 0.86% -
XYZ 30.09 14.46 68.22 -
YUV 89.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 172 22 219 0.21 0.90 0 0.14 285.69 0.82 0.47
Hex AC 16 DB 15 5A 0 E 11E 52 2F
Octal 254 26 333 25 132 0 16 436 122 57
Binary 10101100 10110 11011011 10101 1011010 0 1110 100011110 1010010 101111

Color Harmonies of #AC16DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16DB

Black with #AC16DB

Text Example


Text Example

White with #AC16DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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