Html Css Color HEX #AC12CC Dark Violet

📋 copy color: '#AC12CC'

red 172 ◦ green 18 ◦ blue 204

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

Shades of Dark Violet #AC12CC

Tints of Dark Violet #AC12CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 43.65%
G = 4.57%
B = 51.78%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC12CC (or 0xAC12CC) is known color: Dark Violet. HEX triplet: AC, 12 and CC. RGB value is (172,18,204). Sum of RGB (Red+Green+Blue) = 172+18+204=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12CC is #53ED33. Grayscale: #545454. Windows color (decimal): -5500212 or 13374124. OLE color: 13374124.

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

Color convert

RGB 172 18 204 -
CMYK 0.16 0.91 0 0.2
HSL 289.68º 0.84% 0.44% -
HSV(B) 289.68º 0.91% 0.8% -
XYZ 28.13 13.56 58.26 -
YUV 85.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 172 18 204 0.16 0.91 0 0.2 289.68 0.84 0.44
Hex AC 12 CC 10 5B 0 14 122 54 2C
Octal 254 22 314 20 133 0 24 442 124 54
Binary 10101100 10010 11001100 10000 1011011 0 10100 100100010 1010100 101100

Color Harmonies of #AC12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC12CC

Black with #AC12CC

Text Example


Text Example

White with #AC12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC12CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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