#ac2de1

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

Shades of Dark Orchid #AC2DE1

Tints of Dark Orchid #AC2DE1

Color information

#AC2DE1 (or 0xAC2DE1) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and E1. RGB value is (172,45,225). Sum of RGB (Red+Green+Blue) = 172+45+225=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC2DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DE1 is #53D21E. Grayscale: #666666. Windows color (decimal): -5493279 or 14757292. OLE color: 14757292.

HSL color Cylindrical-coordinate representation of color #AC2DE1: hue angle of 282.33º degrees, saturation: 0.75, 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 #AC2DE1 is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17245225-
CMYK0.240.800.12
HSL282.33º75%52.94%-
HSV(B)282.33º80%88.24%-
XYZ31.5416.0872.68-
YUV103.49196.58176.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 45 (17.97% from 255) = 10.18%
BLUE value IS 225 (88.28% from 255) = 50.90%
R=38.91%
G=10.18%
B=50.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172452250.240.800.12282.337552.94
HexAC2DE118500C11a4b35
Octal254553413012001443211365
Binary1010110010110111100001110001010000011001000110101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2de1; }

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

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

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

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

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

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

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

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