#AD1EAA

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

Shades of Dark Orchid #AD1EAA

Tints of Dark Orchid #AD1EAA

Color information

#AD1EAA (or 0xAD1EAA) is unknown color: approx Dark Orchid. HEX triplet: AD, 1E and AA. RGB value is (173,30,170). Sum of RGB (Red+Green+Blue) = 173+30+170=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1EAA is #52E155. Grayscale: #585858. Windows color (decimal): -5431638 or 11148973. OLE color: 11148973.

HSL color Cylindrical-coordinate representation of color #AD1EAA: hue angle of 301.26º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1EAA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17330170-
CMYK00.830.020.32
HSL301.26º70.44%39.8%-
HSV(B)301.26º82.66%67.84%-
XYZ24.9512.7239.17-
YUV88.72173.88188.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=46.38%
G=8.04%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733017000.830.020.32301.2670.4439.8
HexAD1EAA05322012d4628
Octal25536252012324045510650
Binary10101101111101010101001010011101000001001011011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1EAA; }

 p { color: rgb(173,30,170); }

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

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

 a { background-color: rgb(173,30,170); }

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

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

 span { border-color: rgb(173,30,170); }

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