#AC2DC4

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

Shades of Dark Orchid #AC2DC4

Tints of Dark Orchid #AC2DC4

Color information

#AC2DC4 (or 0xAC2DC4) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and C4. RGB value is (172,45,196). Sum of RGB (Red+Green+Blue) = 172+45+196=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC2DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DC4 is #53D23B. Grayscale: #636363. Windows color (decimal): -5493308 or 12856748. OLE color: 12856748.

HSL color Cylindrical-coordinate representation of color #AC2DC4: hue angle of 290.46º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2DC4 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17245196-
CMYK0.120.7700.23
HSL290.46º62.66%47.25%-
HSV(B)290.46º77.04%76.86%-
XYZ27.9214.6353.58-
YUV100.19182.08179.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 45 (17.97% from 255) = 10.90%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=41.65%
G=10.90%
B=47.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172451960.120.7700.23290.4662.6647.25
HexAC2DC4C4D0171223f2f
Octal25455304141150274427757
Binary101011001011011100010011001001101010111100100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DC4; }

 p { color: rgb(172,45,196); }

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

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

 a { background-color: rgb(172,45,196); }

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

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

 span { border-color: rgb(172,45,196); }

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