#AC2DE0

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

Shades of Dark Orchid #AC2DE0

Tints of Dark Orchid #AC2DE0

Color information

#AC2DE0 (or 0xAC2DE0) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and E0. RGB value is (172,45,224). Sum of RGB (Red+Green+Blue) = 172+45+224=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC2DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DE0 is #53D21F. Grayscale: #666666. Windows color (decimal): -5493280 or 14691756. OLE color: 14691756.

HSL color Cylindrical-coordinate representation of color #AC2DE0: hue angle of 282.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2DE0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17245224-
CMYK0.230.8000.12
HSL282.57º74.27%52.75%-
HSV(B)282.57º79.91%87.84%-
XYZ31.4116.0371.96-
YUV103.38196.08176.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 45 (17.97% from 255) = 10.20%
BLUE value IS 224 (87.89% from 255) = 50.79%
R=39.00%
G=10.20%
B=50.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172452240.230.8000.12282.5774.2752.75
HexAC2DE017500C11b4a35
Octal254553402712001443311265
Binary1010110010110111100000101111010000011001000110111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DE0; }

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

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

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

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

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

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

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

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