#AA29BA

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

Shades of Dark Orchid #AA29BA

Tints of Dark Orchid #AA29BA

Color information

#AA29BA (or 0xAA29BA) is unknown color: approx Dark Orchid. HEX triplet: AA, 29 and BA. RGB value is (170,41,186). Sum of RGB (Red+Green+Blue) = 170+41+186=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29BA is #55D645. Grayscale: #5F5F5F. Windows color (decimal): -5625414 or 12200362. OLE color: 12200362.

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

Color convert

RGB17041186-
CMYK0.090.7800.27
HSL293.38º63.88%44.51%-
HSV(B)293.38º77.96%72.94%-
XYZ26.2313.6847.71-
YUV96.1178.74180.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 41 (16.41% from 255) = 10.33%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=42.82%
G=10.33%
B=46.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170411860.090.7800.27293.3863.8844.51
HexAA29BA94E01B125402d
Octal252512721111603344510055
Binary1010101010100110111010100110011100110111001001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29BA; }

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

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

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

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

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

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

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

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