#AD28AE

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

Shades of Dark Orchid #AD28AE

Tints of Dark Orchid #AD28AE

Color information

#AD28AE (or 0xAD28AE) is unknown color: approx Dark Orchid. HEX triplet: AD, 28 and AE. RGB value is (173,40,174). Sum of RGB (Red+Green+Blue) = 173+40+174=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD28AE is #52D751. Grayscale: #5E5E5E. Windows color (decimal): -5429074 or 11413677. OLE color: 11413677.

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

Color convert

RGB17340174-
CMYK0.010.7700.32
HSL299.55º62.62%41.96%-
HSV(B)299.55º77.01%68.24%-
XYZ25.6313.4641.29-
YUV95.04172.56183.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=44.70%
G=10.34%
B=44.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173401740.010.7700.32299.5562.6241.96
HexAD28AE14D02012c3f2a
Octal2555025611150404547752
Binary1010110110100010101110110011010100000100101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD28AE; }

 p { color: rgb(173,40,174); }

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

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

 a { background-color: rgb(173,40,174); }

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

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

 span { border-color: rgb(173,40,174); }

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