#AD24AE

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

Shades of Dark Orchid #AD24AE

Tints of Dark Orchid #AD24AE

Color information

#AD24AE (or 0xAD24AE) is unknown color: approx Dark Orchid. HEX triplet: AD, 24 and AE. RGB value is (173,36,174). Sum of RGB (Red+Green+Blue) = 173+36+174=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD24AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24AE is #52DB51. Grayscale: #5C5C5C. Windows color (decimal): -5430098 or 11412653. OLE color: 11412653.

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

Color convert

RGB17336174-
CMYK0.010.7900.32
HSL299.57º65.71%41.18%-
HSV(B)299.57º79.31%68.24%-
XYZ25.513.241.25-
YUV92.7173.89185.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 36 (14.45% from 255) = 9.40%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=45.17%
G=9.40%
B=45.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173361740.010.7900.32299.5765.7141.18
HexAD24AE14F02012c4229
Octal25544256111704045410251
Binary10101101100100101011101100111101000001001011001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD24AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD24AE; }

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

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

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

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

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

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

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

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