#AA1ABB

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

Shades of Dark Orchid #AA1ABB

Tints of Dark Orchid #AA1ABB

Color information

#AA1ABB (or 0xAA1ABB) is unknown color: approx Dark Orchid. HEX triplet: AA, 1A and BB. RGB value is (170,26,187). Sum of RGB (Red+Green+Blue) = 170+26+187=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ABB is #55E544. Grayscale: #565656. Windows color (decimal): -5629253 or 12262058. OLE color: 12262058.

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

Color convert

RGB17026187-
CMYK0.090.8600.27
HSL293.66º75.59%41.76%-
HSV(B)293.66º86.1%73.33%-
XYZ25.9212.8748.13-
YUV87.41184.21186.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 26 (10.55% from 255) = 6.79%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=44.39%
G=6.79%
B=48.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170261870.090.8600.27293.6675.5941.76
HexAA1ABB95601B1264c2a
Octal252322731112603344611452
Binary101010101101010111011100110101100110111001001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1ABB; }

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

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

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

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

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

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

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

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