#AD22D5

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

Shades of Dark Orchid #AD22D5

Tints of Dark Orchid #AD22D5

Color information

#AD22D5 (or 0xAD22D5) is unknown color: approx Dark Orchid. HEX triplet: AD, 22 and D5. RGB value is (173,34,213). Sum of RGB (Red+Green+Blue) = 173+34+213=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD22D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22D5 is #52DD2A. Grayscale: #5F5F5F. Windows color (decimal): -5430571 or 13968045. OLE color: 13968045.

HSL color Cylindrical-coordinate representation of color #AD22D5: hue angle of 286.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD22D5 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17334213-
CMYK0.190.8400.16
HSL286.59º72.47%48.43%-
HSV(B)286.59º84.04%83.53%-
XYZ29.8214.8364.24-
YUV95.97194.05182.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 34 (13.67% from 255) = 8.10%
BLUE value IS 213 (83.59% from 255) = 50.71%
R=41.19%
G=8.10%
B=50.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173342130.190.8400.16286.5972.4748.43
HexAD22D5135401011f4830
Octal255423252312402043711060
Binary10101101100010110101011001110101000100001000111111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD22D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD22D5; }

 p { color: rgb(173,34,213); }

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

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

 a { background-color: rgb(173,34,213); }

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

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

 span { border-color: rgb(173,34,213); }

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