#AC12C1

Color #AC12C1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AC12C1

Tints of Dark Violet #AC12C1

Color information

#AC12C1 (or 0xAC12C1) is unknown color: approx Dark Violet. HEX triplet: AC, 12 and C1. RGB value is (172,18,193). Sum of RGB (Red+Green+Blue) = 172+18+193=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12C1 is #53ED3E. Grayscale: #535353. Windows color (decimal): -5500223 or 12653228. OLE color: 12653228.

HSL color Cylindrical-coordinate representation of color #AC12C1: hue angle of 292.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC12C1 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17218193-
CMYK0.110.9100.24
HSL292.8º82.94%41.37%-
HSV(B)292.8º90.67%75.69%-
XYZ26.8613.0551.56-
YUV84189.52190.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=44.91%
G=4.70%
B=50.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172181930.110.9100.24292.882.9441.37
HexAC12C1B5B0181255329
Octal254223011313303044512351
Binary101011001001011000001101110110110110001001001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC12C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC12C1; }

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

 H1.HeaderClassName
 {
   color: #AC12C1;
 }
 .AnyTagClassName
 {
   color: #AC12C1;
 }
</style>
background-color css

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

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

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

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

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

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