#AC2DE2

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

Shades of Dark Orchid #AC2DE2

Tints of Dark Orchid #AC2DE2

Color information

#AC2DE2 (or 0xAC2DE2) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and E2. RGB value is (172,45,226). Sum of RGB (Red+Green+Blue) = 172+45+226=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 226 (88.67% from 255 or 51.02% from 443); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC2DE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DE2 is #53D21D. Grayscale: #676767. Windows color (decimal): -5493278 or 14822828. OLE color: 14822828.

HSL color Cylindrical-coordinate representation of color #AC2DE2: hue angle of 282.1º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2DE2 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17245226-
CMYK0.240.8000.11
HSL282.1º75.73%53.14%-
HSV(B)282.1º80.09%88.63%-
XYZ31.6816.1473.4-
YUV103.61197.08176.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 45 (17.97% from 255) = 10.16%
BLUE value IS 226 (88.67% from 255) = 51.02%
R=38.83%
G=10.16%
B=51.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172452260.240.8000.11282.175.7353.14
HexAC2DE218500B11a4c35
Octal254553423012001343211465
Binary1010110010110111100010110001010000010111000110101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DE2; }

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

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

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

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

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

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

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

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