#AD3BDD

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

Shades of Dark Orchid #AD3BDD

Tints of Dark Orchid #AD3BDD

Color information

#AD3BDD (or 0xAD3BDD) is unknown color: approx Dark Orchid. HEX triplet: AD, 3B and DD. RGB value is (173,59,221). Sum of RGB (Red+Green+Blue) = 173+59+221=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD3BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BDD is #52C422. Grayscale: #6F6F6F. Windows color (decimal): -5424163 or 14498733. OLE color: 14498733.

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

Color convert

RGB17359221-
CMYK0.220.7300.13
HSL282.22º70.43%54.9%-
HSV(B)282.22º73.3%86.67%-
XYZ31.8517.2370.05-
YUV111.55189.77171.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 59 (23.44% from 255) = 13.02%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=38.19%
G=13.02%
B=48.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173592210.220.7300.13282.2270.4354.9
HexAD3BDD16490D11a4637
Octal255733352611101543210667
Binary1010110111101111011101101101001001011011000110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3BDD; }

 p { color: rgb(173,59,221); }

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

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

 a { background-color: rgb(173,59,221); }

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

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

 span { border-color: rgb(173,59,221); }

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