#AC16CA

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

Shades of Dark Violet #AC16CA

Tints of Dark Violet #AC16CA

Color information

#AC16CA (or 0xAC16CA) is unknown color: approx Dark Violet. HEX triplet: AC, 16 and CA. RGB value is (172,22,202). Sum of RGB (Red+Green+Blue) = 172+22+202=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC16CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16CA is #53E935. Grayscale: #565656. Windows color (decimal): -5499190 or 13244076. OLE color: 13244076.

HSL color Cylindrical-coordinate representation of color #AC16CA: hue angle of 290º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC16CA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17222202-
CMYK0.150.8900.21
HSL290º80.36%43.92%-
HSV(B)290º89.11%79.22%-
XYZ27.9613.6157.03-
YUV87.37192.7188.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 22 (8.98% from 255) = 5.56%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=43.43%
G=5.56%
B=51.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172222020.150.8900.2129080.3643.92
HexAC16CAF59015122502c
Octal254263121713102544212054
Binary101011001011011001010111110110010101011001000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC16CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC16CA; }

 p { color: rgb(172,22,202); }

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

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

 a { background-color: rgb(172,22,202); }

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

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

 span { border-color: rgb(172,22,202); }

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