#AD24CB

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

Shades of Dark Orchid #AD24CB

Tints of Dark Orchid #AD24CB

Color information

#AD24CB (or 0xAD24CB) is unknown color: approx Dark Orchid. HEX triplet: AD, 24 and CB. RGB value is (173,36,203). Sum of RGB (Red+Green+Blue) = 173+36+203=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD24CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD24CB is #52DB34. Grayscale: #5F5F5F. Windows color (decimal): -5430069 or 13313197. OLE color: 13313197.

HSL color Cylindrical-coordinate representation of color #AD24CB: hue angle of 289.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD24CB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17336203-
CMYK0.150.8200.20
HSL289.22º69.87%46.86%-
HSV(B)289.22º82.27%79.61%-
XYZ28.6414.4657.78-
YUV96188.39182.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 36 (14.45% from 255) = 8.74%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=41.99%
G=8.74%
B=49.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173362030.150.8200.20289.2269.8746.86
HexAD24CBF52014121462f
Octal255443131712202444110657
Binary1010110110010011001011111110100100101001001000011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD24CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD24CB; }

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

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

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

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

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

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

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

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