#AA6297

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

Shades of Violet Blue #AA6297

Tints of Violet Blue #AA6297

Color information

#AA6297 (or 0xAA6297) is unknown color: approx Violet Blue. HEX triplet: AA, 62 and 97. RGB value is (170,98,151). Sum of RGB (Red+Green+Blue) = 170+98+151=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6297 is #559D68. Grayscale: #7D7D7D. Windows color (decimal): -5610857 or 9921194. OLE color: 9921194.

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

Color convert

RGB17098151-
CMYK00.420.110.33
HSL315.83º29.75%52.55%-
HSV(B)315.83º42.35%66.67%-
XYZ26.5319.5231.65-
YUV125.57142.35159.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=40.57%
G=23.39%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709815100.420.110.33315.8329.7552.55
HexAA629702AB2113c1e35
Octal25214222705213414743665
Binary101010101100010100101110101010101110000110011110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6297; }

 p { color: rgb(170,98,151); }

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

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

 a { background-color: rgb(170,98,151); }

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

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

 span { border-color: rgb(170,98,151); }

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