#AA1ABE

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

Shades of Dark Orchid #AA1ABE

Tints of Dark Orchid #AA1ABE

Color information

#AA1ABE (or 0xAA1ABE) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and BE. RGB value is (170,26,190). Sum of RGB (Red+Green+Blue) = 170+26+190=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ABE is #55E541. Grayscale: #575757. Windows color (decimal): -5629250 or 12458666. OLE color: 12458666.

HSL color Cylindrical-coordinate representation of color #AA1ABE: hue angle of 292.68º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1ABE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17026190-
CMYK0.110.8600.25
HSL292.68º75.93%42.35%-
HSV(B)292.68º86.32%74.51%-
XYZ26.241349.84-
YUV87.75185.71186.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 26 (10.55% from 255) = 6.74%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=44.04%
G=6.74%
B=49.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170261900.110.8600.25292.6875.9342.35
HexAA1ABEB560191254c2a
Octal252322761312603144511452
Binary101010101101010111110101110101100110011001001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1ABE; }

 p { color: rgb(170,26,190); }

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

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

 a { background-color: rgb(170,26,190); }

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

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

 span { border-color: rgb(170,26,190); }

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