Html Css Color HEX #AC12CE Dark Violet

📋 copy color: '#AC12CE'

red 172 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #AC12CE

Tints of Dark Violet #AC12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 43.43%
G = 4.55%
B = 52.02%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC12CE (or 0xAC12CE) is known color: Dark Violet. HEX triplet: AC, 12 and CE. RGB value is (172,18,206). Sum of RGB (Red+Green+Blue) = 172+18+206=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC12CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12CE is #53ED31. Grayscale: #545454. Windows color (decimal): -5500210 or 13505196. OLE color: 13505196.

HSL color Cylindrical-coordinate representation of color #AC12CE: hue angle of 289.15º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12CE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 18 206 -
CMYK 0.17 0.91 0 0.19
HSL 289.15º 0.84% 0.44% -
HSV(B) 289.15º 0.91% 0.81% -
XYZ 28.37 13.66 59.53 -
YUV 85.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 172 18 206 0.17 0.91 0 0.19 289.15 0.84 0.44
Hex AC 12 CE 11 5B 0 13 121 54 2C
Octal 254 22 316 21 133 0 23 441 124 54
Binary 10101100 10010 11001110 10001 1011011 0 10011 100100001 1010100 101100

Color Harmonies of #AC12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12CE

Black with #AC12CE

Text Example


Text Example

White with #AC12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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