#AA29C5

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

Shades of Dark Orchid #AA29C5

Tints of Dark Orchid #AA29C5

Color information

#AA29C5 (or 0xAA29C5) is unknown color: approx Dark Orchid. HEX triplet: AA, 29 and C5. RGB value is (170,41,197). Sum of RGB (Red+Green+Blue) = 170+41+197=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA29C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29C5 is #55D63A. Grayscale: #606060. Windows color (decimal): -5625403 or 12921258. OLE color: 12921258.

HSL color Cylindrical-coordinate representation of color #AA29C5: hue angle of 289.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA29C5 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17041197-
CMYK0.140.7900.23
HSL289.62º65.55%46.67%-
HSV(B)289.62º79.19%77.25%-
XYZ27.4514.1654.11-
YUV97.35184.24179.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 41 (16.41% from 255) = 10.05%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=41.67%
G=10.05%
B=48.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170411970.140.7900.23289.6265.5546.67
HexAA29C5E4F017122422f
Octal252513051611702744210257
Binary1010101010100111000101111010011110101111001000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA29C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA29C5; }

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

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

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

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

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

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

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

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