#AC00C3

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

Shades of Dark Violet #AC00C3

Tints of Dark Violet #AC00C3

Color information

#AC00C3 (or 0xAC00C3) is unknown color: approx Dark Violet. HEX triplet: AC, 00 and C3. RGB value is (172,0,195). Sum of RGB (Red+Green+Blue) = 172+0+195=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC00C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00C3 is #53FF3C. Grayscale: #494949. Windows color (decimal): -5504829 or 12779692. OLE color: 12779692.

HSL color Cylindrical-coordinate representation of color #AC00C3: hue angle of 292.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00C3 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1720195-
CMYK0.12100.24
HSL292.92º100%38.24%-
HSV(B)292.92º100%76.47%-
XYZ26.8612.7152.67-
YUV73.66196.48198.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 195 (76.56% from 255) = 53.13%
R=46.87%
G=0%
B=53.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17201950.12100.24292.9210038.24
HexAC0C3C640181256426
Octal25403031414403044514446
Binary10101100011000011110011001000110001001001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC00C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC00C3; }

 p { color: rgb(172,0,195); }

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

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

 a { background-color: rgb(172,0,195); }

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

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

 span { border-color: rgb(172,0,195); }

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