#AA609D

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

Shades of Violet Blue #AA609D

Tints of Violet Blue #AA609D

Color information

#AA609D (or 0xAA609D) is unknown color: approx Violet Blue. HEX triplet: AA, 60 and 9D. RGB value is (170,96,157). Sum of RGB (Red+Green+Blue) = 170+96+157=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609D is #559F62. Grayscale: #7C7C7C. Windows color (decimal): -5611363 or 10313898. OLE color: 10313898.

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

Color convert

RGB17096157-
CMYK00.440.080.33
HSL310.54º30.33%52.16%-
HSV(B)310.54º43.53%66.67%-
XYZ26.8519.3534.22-
YUV125.08146.02160.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=40.19%
G=22.70%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709615700.440.080.33310.5430.3352.16
HexAA609D02C8211371e34
Octal25214023505410414673664
Binary101010101100000100111010101100100010000110011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA609D; }

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

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

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

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

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

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

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

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