Html Css Color HEX #AC12DD Dark Violet

📋 copy color: '#AC12DD'

red 172 ◦ green 18 ◦ blue 221

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

Shades of Dark Violet #AC12DD

Tints of Dark Violet #AC12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.38%

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

R = 41.85%
G = 4.38%
B = 53.77%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC12DD (or 0xAC12DD) is known color: Dark Violet. HEX triplet: AC, 12 and DD. RGB value is (172,18,221). Sum of RGB (Red+Green+Blue) = 172+18+221=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC12DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12DD is #53ED22. Grayscale: #565656. Windows color (decimal): -5500195 or 14488236. OLE color: 14488236.

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

Color convert

RGB 172 18 221 -
CMYK 0.22 0.92 0 0.13
HSL 285.52º 0.85% 0.47% -
HSV(B) 285.52º 0.92% 0.87% -
XYZ 30.28 14.42 69.59 -
YUV 87.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 172 18 221 0.22 0.92 0 0.13 285.52 0.85 0.47
Hex AC 12 DD 16 5C 0 D 11E 55 2F
Octal 254 22 335 26 134 0 15 436 125 57
Binary 10101100 10010 11011101 10110 1011100 0 1101 100011110 1010101 101111

Color Harmonies of #AC12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12DD

Black with #AC12DD

Text Example


Text Example

White with #AC12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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