#AD2EAC

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

Shades of Dark Orchid #AD2EAC

Tints of Dark Orchid #AD2EAC

Color information

#AD2EAC (or 0xAD2EAC) is unknown color: approx Dark Orchid. HEX triplet: AD, 2E and AC. RGB value is (173,46,172). Sum of RGB (Red+Green+Blue) = 173+46+172=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2EAC is #52D153. Grayscale: #616161. Windows color (decimal): -5427540 or 11284141. OLE color: 11284141.

HSL color Cylindrical-coordinate representation of color #AD2EAC: hue angle of 300.47º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2EAC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17346172-
CMYK00.730.010.32
HSL300.47º57.99%42.94%-
HSV(B)300.47º73.41%67.84%-
XYZ25.6613.8240.34-
YUV98.34169.58181.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 46 (18.36% from 255) = 11.76%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=44.25%
G=11.76%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734617200.730.010.32300.4757.9942.94
HexAD2EAC04912012c3a2b
Octal2555625401111404547253
Binary1010110110111010101100010010011100000100101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2EAC; }

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

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

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

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

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

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

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

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