#AD36DF

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

Shades of Dark Orchid #AD36DF

Tints of Dark Orchid #AD36DF

Color information

#AD36DF (or 0xAD36DF) is unknown color: approx Dark Orchid. HEX triplet: AD, 36 and DF. RGB value is (173,54,223). Sum of RGB (Red+Green+Blue) = 173+54+223=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD36DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD36DF is #52C920. Grayscale: #6C6C6C. Windows color (decimal): -5425441 or 14628525. OLE color: 14628525.

HSL color Cylindrical-coordinate representation of color #AD36DF: hue angle of 282.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD36DF is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17354223-
CMYK0.220.7600.13
HSL282.25º72.53%54.31%-
HSV(B)282.25º75.78%87.45%-
XYZ31.8716.8571.38-
YUV108.85192.42173.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 54 (21.48% from 255) = 12%
BLUE value IS 223 (87.5% from 255) = 49.56%
R=38.44%
G=12%
B=49.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173542230.220.7600.13282.2572.5354.31
HexAD36DF164C0D11a4936
Octal255663372611401543211166
Binary1010110111011011011111101101001100011011000110101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD36DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD36DF; }

 p { color: rgb(173,54,223); }

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

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

 a { background-color: rgb(173,54,223); }

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

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

 span { border-color: rgb(173,54,223); }

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