#AA2AAB

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

Shades of Dark Orchid #AA2AAB

Tints of Dark Orchid #AA2AAB

Color information

#AA2AAB (or 0xAA2AAB) is unknown color: approx Dark Orchid. HEX triplet: AA, 2A and AB. RGB value is (170,42,171). Sum of RGB (Red+Green+Blue) = 170+42+171=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AAB is #55D554. Grayscale: #5E5E5E. Windows color (decimal): -5625173 or 11217578. OLE color: 11217578.

HSL color Cylindrical-coordinate representation of color #AA2AAB: hue angle of 299.53º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2AAB is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17042171-
CMYK0.010.7500.33
HSL299.53º60.56%41.76%-
HSV(B)299.53º75.44%67.06%-
XYZ24.7613.1439.76-
YUV94.98170.91181.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 42 (16.80% from 255) = 10.97%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=44.39%
G=10.97%
B=44.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170421710.010.7500.33299.5360.5641.76
HexAA2AAB14B02112c3d2a
Octal2525225311130414547552
Binary1010101010101010101011110010110100001100101100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2AAB; }

 p { color: rgb(170,42,171); }

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

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

 a { background-color: rgb(170,42,171); }

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

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

 span { border-color: rgb(170,42,171); }

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