#AD2AE1

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

Shades of Dark Orchid #AD2AE1

Tints of Dark Orchid #AD2AE1

Color information

#AD2AE1 (or 0xAD2AE1) is unknown color: approx Dark Orchid. HEX triplet: AD, 2A and E1. RGB value is (173,42,225). Sum of RGB (Red+Green+Blue) = 173+42+225=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD2AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2AE1 is #52D51E. Grayscale: #656565. Windows color (decimal): -5428511 or 14756525. OLE color: 14756525.

HSL color Cylindrical-coordinate representation of color #AD2AE1: hue angle of 282.95º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2AE1 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17342225-
CMYK0.230.8100.12
HSL282.95º75.31%52.35%-
HSV(B)282.95º81.33%88.24%-
XYZ31.6515.9872.65-
YUV102.03197.4178.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 42 (16.80% from 255) = 9.55%
BLUE value IS 225 (88.28% from 255) = 51.14%
R=39.32%
G=9.55%
B=51.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173422250.230.8100.12282.9575.3152.35
HexAD2AE117510C11b4b34
Octal255523412712101443311364
Binary1010110110101011100001101111010001011001000110111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2AE1; }

 p { color: rgb(173,42,225); }

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

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

 a { background-color: rgb(173,42,225); }

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

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

 span { border-color: rgb(173,42,225); }

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