#AC2EBD

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

Shades of Dark Orchid #AC2EBD

Tints of Dark Orchid #AC2EBD

Color information

#AC2EBD (or 0xAC2EBD) is unknown color: approx Dark Orchid. HEX triplet: AC, 2E and BD. RGB value is (172,46,189). Sum of RGB (Red+Green+Blue) = 172+46+189=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC2EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EBD is #53D142. Grayscale: #636363. Windows color (decimal): -5493059 or 12398252. OLE color: 12398252.

HSL color Cylindrical-coordinate representation of color #AC2EBD: hue angle of 292.87º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2EBD is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17246189-
CMYK0.090.7600.26
HSL292.87º60.85%46.08%-
HSV(B)292.87º75.66%74.12%-
XYZ27.1814.449.49-
YUV99.98178.24179.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=42.26%
G=11.30%
B=46.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172461890.090.7600.26292.8760.8546.08
HexAC2EBD94C01A1253d2e
Octal25456275111140324457556
Binary101011001011101011110110011001100011010100100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2EBD; }

 p { color: rgb(172,46,189); }

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

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

 a { background-color: rgb(172,46,189); }

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

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

 span { border-color: rgb(172,46,189); }

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