#AA619E

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

Shades of Violet Blue #AA619E

Tints of Violet Blue #AA619E

Color information

#AA619E (or 0xAA619E) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and 9E. RGB value is (170,97,158). Sum of RGB (Red+Green+Blue) = 170+97+158=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619E is #559E61. Grayscale: #7D7D7D. Windows color (decimal): -5611106 or 10379690. OLE color: 10379690.

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

Color convert

RGB17097158-
CMYK00.430.070.33
HSL309.86º30.04%52.35%-
HSV(B)309.86º42.94%66.67%-
XYZ27.0219.5634.7-
YUV125.78146.18159.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=40%
G=22.82%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709715800.430.070.33309.8630.0452.35
HexAA619E02B7211361e34
Octal2521412360537414663664
Binary10101010110000110011110010101111110000110011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA619E; }

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

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

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

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

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

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

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

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