#AA1EB1

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

Shades of Dark Orchid #AA1EB1

Tints of Dark Orchid #AA1EB1

Color information

#AA1EB1 (or 0xAA1EB1) is unknown color: approx Dark Orchid. HEX triplet: AA, 1E and B1. RGB value is (170,30,177). Sum of RGB (Red+Green+Blue) = 170+30+177=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA1EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EB1 is #55E14E. Grayscale: #585858. Windows color (decimal): -5628239 or 11607722. OLE color: 11607722.

HSL color Cylindrical-coordinate representation of color #AA1EB1: hue angle of 297.14º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1EB1 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17030177-
CMYK0.040.8300.31
HSL297.14º71.01%40.59%-
HSV(B)297.14º83.05%69.41%-
XYZ24.9812.6542.72-
YUV88.62177.88186.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 30 (12.11% from 255) = 7.96%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=45.09%
G=7.96%
B=46.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170301770.040.8300.31297.1471.0140.59
HexAA1EB145301F1294729
Octal25236261412303745110751
Binary10101010111101011000110010100110111111001010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1EB1; }

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

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

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

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

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

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

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

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