#ac00dd

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

Shades of Dark Violet #AC00DD

Tints of Dark Violet #AC00DD

Color information

#AC00DD (or 0xAC00DD) is unknown color: approx Dark Violet. HEX triplet: AC, 00 and DD. RGB value is (172,0,221). Sum of RGB (Red+Green+Blue) = 172+0+221=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00DD is #53FF22. Grayscale: #4B4B4B. Windows color (decimal): -5504803 or 14483628. OLE color: 14483628.

HSL color Cylindrical-coordinate representation of color #AC00DD: hue angle of 286.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00DD is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1720221-
CMYK0.22100.13
HSL286.7º100%43.33%-
HSV(B)286.7º100%86.67%-
XYZ30.0613.9969.52-
YUV76.62209.48196.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=43.77%
G=0%
B=56.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17202210.22100.13286.710043.33
HexAC0DD16640D11f642b
Octal25403352614401543714453
Binary10101100011011101101101100100011011000111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac00dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac00dd; }

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

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

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

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

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

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

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

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