#AA619A

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

Shades of Violet Blue #AA619A

Tints of Violet Blue #AA619A

Color information

#AA619A (or 0xAA619A) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and 9A. RGB value is (170,97,154). Sum of RGB (Red+Green+Blue) = 170+97+154=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619A is #559E65. Grayscale: #7D7D7D. Windows color (decimal): -5611110 or 10117546. OLE color: 10117546.

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

Color convert

RGB17097154-
CMYK00.430.090.33
HSL313.15º30.04%52.35%-
HSV(B)313.15º42.94%66.67%-
XYZ26.6819.4332.92-
YUV125.32144.18159.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=40.38%
G=23.04%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709715400.430.090.33313.1530.0452.35
HexAA619A02B9211391e34
Octal25214123205311414713664
Binary101010101100001100110100101011100110000110011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA619A; }

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

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

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

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

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

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

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

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