Html Css Color HEX #AC10DD Dark Violet

📋 copy color: '#AC10DD'

red 172 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #AC10DD

Tints of Dark Violet #AC10DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 42.05%
G = 3.91%
B = 54.03%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC10DD (or 0xAC10DD) is known color: Dark Violet. HEX triplet: AC, 10 and DD. RGB value is (172,16,221). Sum of RGB (Red+Green+Blue) = 172+16+221=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC10DD is #53EF22. Grayscale: #555555. Windows color (decimal): -5500707 or 14487724. OLE color: 14487724.

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

Color convert

RGB 172 16 221 -
CMYK 0.22 0.93 0 0.13
HSL 285.66º 0.86% 0.46% -
HSV(B) 285.66º 0.93% 0.87% -
XYZ 30.25 14.36 69.58 -
YUV 86.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 172 16 221 0.22 0.93 0 0.13 285.66 0.86 0.46
Hex AC 10 DD 16 5D 0 D 11E 56 2E
Octal 254 20 335 26 135 0 15 436 126 56
Binary 10101100 10000 11011101 10110 1011101 0 1101 100011110 1010110 101110

Color Harmonies of #AC10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10DD

Black with #AC10DD

Text Example


Text Example

White with #AC10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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