#AA1EBD

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

Shades of Dark Orchid #AA1EBD

Tints of Dark Orchid #AA1EBD

Color information

#AA1EBD (or 0xAA1EBD) is unknown color: approx Dark Orchid. HEX triplet: AA, 1E and BD. RGB value is (170,30,189). Sum of RGB (Red+Green+Blue) = 170+30+189=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA1EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EBD is #55E142. Grayscale: #595959. Windows color (decimal): -5628227 or 12394154. OLE color: 12394154.

HSL color Cylindrical-coordinate representation of color #AA1EBD: hue angle of 292.83º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1EBD is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17030189-
CMYK0.100.8400.26
HSL292.83º72.6%42.94%-
HSV(B)292.83º84.13%74.12%-
XYZ26.2313.1549.3-
YUV89.99183.88185.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 30 (12.11% from 255) = 7.71%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=43.70%
G=7.71%
B=48.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170301890.100.8400.26292.8372.642.94
HexAA1EBDA5401A125492b
Octal252362751212403244511153
Binary101010101111010111101101010101000110101001001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1EBD; }

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

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

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

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

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

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

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

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