#AA609A

Color #AA609A Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA609A

Tints of Violet Blue #AA609A

Color information

#AA609A (or 0xAA609A) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and 9A. RGB value is (170,96,154). Sum of RGB (Red+Green+Blue) = 170+96+154=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609A is #559F65. Grayscale: #7C7C7C. Windows color (decimal): -5611366 or 10117290. OLE color: 10117290.

HSL color Cylindrical-coordinate representation of color #AA609A: hue angle of 312.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA609A is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17096154-
CMYK00.440.090.33
HSL312.97º30.33%52.16%-
HSV(B)312.97º43.53%66.67%-
XYZ26.5919.2432.88-
YUV124.74144.52160.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 154 (60.55% from 255) = 36.67%
R=40.48%
G=22.86%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709615400.440.090.33312.9730.3352.16
HexAA609A02C9211391e34
Octal25214023205411414713664
Binary101010101100000100110100101100100110000110011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA609A; }

 p { color: rgb(170,96,154); }

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

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

 a { background-color: rgb(170,96,154); }

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

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

 span { border-color: rgb(170,96,154); }

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