Html Css Color HEX #AC10DB Dark Violet

📋 copy color: '#AC10DB'

red 172 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #AC10DB

Tints of Dark Violet #AC10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

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

R = 42.26%
G = 3.93%
B = 53.81%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC10DB (or 0xAC10DB) is known color: Dark Violet. HEX triplet: AC, 10 and DB. RGB value is (172,16,219). Sum of RGB (Red+Green+Blue) = 172+16+219=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC10DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10DB is #53EF24. Grayscale: #555555. Windows color (decimal): -5500709 or 14356652. OLE color: 14356652.

HSL color Cylindrical-coordinate representation of color #AC10DB: hue angle of 286.11º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10DB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 16 219 -
CMYK 0.21 0.93 0 0.14
HSL 286.11º 0.86% 0.46% -
HSV(B) 286.11º 0.93% 0.86% -
XYZ 29.98 14.26 68.19 -
YUV 85.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 172 16 219 0.21 0.93 0 0.14 286.11 0.86 0.46
Hex AC 10 DB 15 5D 0 E 11E 56 2E
Octal 254 20 333 25 135 0 16 436 126 56
Binary 10101100 10000 11011011 10101 1011101 0 1110 100011110 1010110 101110

Color Harmonies of #AC10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10DB

Black with #AC10DB

Text Example


Text Example

White with #AC10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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