#AD39E1

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

Shades of Dark Orchid #AD39E1

Tints of Dark Orchid #AD39E1

Color information

#AD39E1 (or 0xAD39E1) is unknown color: approx Dark Orchid. HEX triplet: AD, 39 and E1. RGB value is (173,57,225). Sum of RGB (Red+Green+Blue) = 173+57+225=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD39E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39E1 is #52C61E. Grayscale: #6E6E6E. Windows color (decimal): -5424671 or 14760365. OLE color: 14760365.

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

Color convert

RGB17357225-
CMYK0.230.7500.12
HSL281.43º73.68%55.29%-
HSV(B)281.43º74.67%88.24%-
XYZ32.2917.2572.86-
YUV110.84192.43172.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 57 (22.66% from 255) = 12.53%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=38.02%
G=12.53%
B=49.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173572250.230.7500.12281.4373.6855.29
HexAD39E1174B0C1194a37
Octal255713412711301443111267
Binary1010110111100111100001101111001011011001000110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD39E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD39E1; }

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

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

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

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

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

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

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

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