#AD3DDD

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

Shades of Dark Orchid #AD3DDD

Tints of Dark Orchid #AD3DDD

Color information

#AD3DDD (or 0xAD3DDD) is unknown color: approx Dark Orchid. HEX triplet: AD, 3D and DD. RGB value is (173,61,221). Sum of RGB (Red+Green+Blue) = 173+61+221=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD3DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DDD is #52C222. Grayscale: #707070. Windows color (decimal): -5423651 or 14499245. OLE color: 14499245.

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

Color convert

RGB17361221-
CMYK0.220.7200.13
HSL282º70.18%55.29%-
HSV(B)282º72.4%86.67%-
XYZ31.9517.4470.09-
YUV112.73189.11170.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 61 (24.22% from 255) = 13.41%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=38.02%
G=13.41%
B=48.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173612210.220.7200.1328270.1855.29
HexAD3DDD16480D11a4637
Octal255753352611001543210667
Binary1010110111110111011101101101001000011011000110101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3DDD; }

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

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

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

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

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

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

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

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