#AD39DB

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

Shades of Dark Orchid #AD39DB

Tints of Dark Orchid #AD39DB

Color information

#AD39DB (or 0xAD39DB) is unknown color: approx Dark Orchid. HEX triplet: AD, 39 and DB. RGB value is (173,57,219). Sum of RGB (Red+Green+Blue) = 173+57+219=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39DB is #52C624. Grayscale: #6D6D6D. Windows color (decimal): -5424677 or 14367149. OLE color: 14367149.

HSL color Cylindrical-coordinate representation of color #AD39DB: hue angle of 282.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD39DB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17357219-
CMYK0.210.7400.14
HSL282.96º69.23%54.12%-
HSV(B)282.96º73.97%85.88%-
XYZ31.4816.9268.63-
YUV110.15189.43172.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 57 (22.66% from 255) = 12.69%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=38.53%
G=12.69%
B=48.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173572190.210.7400.14282.9669.2354.12
HexAD39DB154A0E11b4536
Octal255713332511201643310566
Binary1010110111100111011011101011001010011101000110111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD39DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD39DB; }

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

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

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

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

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

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

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

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