#ad2de0

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

Shades of Dark Orchid #AD2DE0

Tints of Dark Orchid #AD2DE0

Color information

#AD2DE0 (or 0xAD2DE0) is unknown color: approx Dark Orchid. HEX triplet: AD, 2D and E0. RGB value is (173,45,224). Sum of RGB (Red+Green+Blue) = 173+45+224=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD2DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DE0 is #52D21F. Grayscale: #676767. Windows color (decimal): -5427744 or 14691757. OLE color: 14691757.

HSL color Cylindrical-coordinate representation of color #AD2DE0: hue angle of 282.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2DE0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17345224-
CMYK0.230.8000.12
HSL282.91º74.27%52.75%-
HSV(B)282.91º79.91%87.84%-
XYZ31.6316.1471.97-
YUV103.68195.91177.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 45 (17.97% from 255) = 10.18%
BLUE value IS 224 (87.89% from 255) = 50.68%
R=39.14%
G=10.18%
B=50.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173452240.230.8000.12282.9174.2752.75
HexAD2DE017500C11b4a35
Octal255553402712001443311265
Binary1010110110110111100000101111010000011001000110111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad2de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad2de0; }

 p { color: rgb(173,45,224); }

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

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

 a { background-color: rgb(173,45,224); }

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

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

 span { border-color: rgb(173,45,224); }

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