#AC2ACC

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

Shades of Dark Orchid #AC2ACC

Tints of Dark Orchid #AC2ACC

Color information

#AC2ACC (or 0xAC2ACC) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and CC. RGB value is (172,42,204). Sum of RGB (Red+Green+Blue) = 172+42+204=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ACC is #53D533. Grayscale: #626262. Windows color (decimal): -5494068 or 13380268. OLE color: 13380268.

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

Color convert

RGB17242204-
CMYK0.160.7900.2
HSL288.15º65.85%48.24%-
HSV(B)288.15º79.41%80%-
XYZ28.7414.7958.47-
YUV99.34187.07179.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 42 (16.80% from 255) = 10.05%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=41.15%
G=10.05%
B=48.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal172422040.160.7900.2288.1565.8548.24
HexAC2ACC104F0141204230
Octal254523142011702444010260
Binary10101100101010110011001000010011110101001001000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2ACC; }

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

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

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

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

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

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

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

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