#AA609E

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

Shades of Violet Blue #AA609E

Tints of Violet Blue #AA609E

Color information

#AA609E (or 0xAA609E) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and 9E. RGB value is (170,96,158). Sum of RGB (Red+Green+Blue) = 170+96+158=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609E is #559F61. Grayscale: #7D7D7D. Windows color (decimal): -5611362 or 10379434. OLE color: 10379434.

HSL color Cylindrical-coordinate representation of color #AA609E: hue angle of 309.73º 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 #AA609E is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17096158-
CMYK00.440.070.33
HSL309.73º30.33%52.16%-
HSV(B)309.73º43.53%66.67%-
XYZ26.9319.3834.67-
YUV125.19146.52159.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=40.09%
G=22.64%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709615800.440.070.33309.7330.3352.16
HexAA609E02C7211361e34
Octal2521402360547414663664
Binary10101010110000010011110010110011110000110011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA609E; }

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

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

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

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

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

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

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

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