#AD29AE

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

Shades of Dark Orchid #AD29AE

Tints of Dark Orchid #AD29AE

Color information

#AD29AE (or 0xAD29AE) is unknown color: approx Dark Orchid. HEX triplet: AD, 29 and AE. RGB value is (173,41,174). Sum of RGB (Red+Green+Blue) = 173+41+174=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD29AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD29AE is #52D651. Grayscale: #5F5F5F. Windows color (decimal): -5428818 or 11413933. OLE color: 11413933.

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

Color convert

RGB17341174-
CMYK0.010.7600.32
HSL299.55º61.86%42.16%-
HSV(B)299.55º76.44%68.24%-
XYZ25.6713.5341.3-
YUV95.63172.23183.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 41 (16.41% from 255) = 10.57%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=44.59%
G=10.57%
B=44.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173411740.010.7600.32299.5561.8642.16
HexAD29AE14C02012c3e2a
Octal2555125611140404547652
Binary1010110110100110101110110011000100000100101100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD29AE; }

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

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

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

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

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

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

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

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