#AA619C

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

Shades of Violet Blue #AA619C

Tints of Violet Blue #AA619C

Color information

#AA619C (or 0xAA619C) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and 9C. RGB value is (170,97,156). Sum of RGB (Red+Green+Blue) = 170+97+156=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA619C is #559E63. Grayscale: #7D7D7D. Windows color (decimal): -5611108 or 10248618. OLE color: 10248618.

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

Color convert

RGB17097156-
CMYK00.430.080.33
HSL311.51º30.04%52.35%-
HSV(B)311.51º42.94%66.67%-
XYZ26.8519.533.8-
YUV125.55145.18159.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=40.19%
G=22.93%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709715600.430.080.33311.5130.0452.35
HexAA619C02B8211381e34
Octal25214123405310414703664
Binary101010101100001100111000101011100010000110011100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA619C; }

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

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

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

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

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

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

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

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