#AA21BA

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

Shades of Dark Orchid #AA21BA

Tints of Dark Orchid #AA21BA

Color information

#AA21BA (or 0xAA21BA) is unknown color: approx Dark Orchid. HEX triplet: AA, 21 and BA. RGB value is (170,33,186). Sum of RGB (Red+Green+Blue) = 170+33+186=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21BA is #55DE45. Grayscale: #5A5A5A. Windows color (decimal): -5627462 or 12198314. OLE color: 12198314.

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

Color convert

RGB17033186-
CMYK0.090.8200.27
HSL293.73º69.86%42.94%-
HSV(B)293.73º82.26%72.94%-
XYZ25.9813.1847.63-
YUV91.4181.39184.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 33 (13.28% from 255) = 8.48%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=43.70%
G=8.48%
B=47.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170331860.090.8200.27293.7369.8642.94
HexAA21BA95201B126462b
Octal252412721112203344610653
Binary1010101010000110111010100110100100110111001001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA21BA; }

 p { color: rgb(170,33,186); }

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

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

 a { background-color: rgb(170,33,186); }

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

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

 span { border-color: rgb(170,33,186); }

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