#ad24ab

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

Shades of Dark Orchid #AD24AB

Tints of Dark Orchid #AD24AB

Color information

#AD24AB (or 0xAD24AB) is unknown color: approx Dark Orchid. HEX triplet: AD, 24 and AB. RGB value is (173,36,171). Sum of RGB (Red+Green+Blue) = 173+36+171=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD24AB is #52DB54. Grayscale: #5B5B5B. Windows color (decimal): -5430101 or 11216045. OLE color: 11216045.

HSL color Cylindrical-coordinate representation of color #AD24AB: hue angle of 300.88º 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 #AD24AB is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB17336171-
CMYK00.790.010.32
HSL300.88º65.55%40.98%-
HSV(B)300.88º79.19%67.84%-
XYZ25.2213.0939.72-
YUV92.35172.39185.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 36 (14.45% from 255) = 9.47%
BLUE value IS 171 (67.19% from 255) = 45%
R=45.53%
G=9.47%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733617100.790.010.32300.8865.5540.98
HexAD24AB04F12012d4229
Octal25544253011714045510251
Binary10101101100100101010110100111111000001001011011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad24ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad24ab; }

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

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

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

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

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

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

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

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