#AA6395

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

Shades of Violet Blue #AA6395

Tints of Violet Blue #AA6395

Color information

#AA6395 (or 0xAA6395) is unknown color: approx Violet Blue. HEX triplet: AA, 63 and 95. RGB value is (170,99,149). Sum of RGB (Red+Green+Blue) = 170+99+149=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6395 is #559C6A. Grayscale: #7D7D7D. Windows color (decimal): -5610603 or 9790378. OLE color: 9790378.

HSL color Cylindrical-coordinate representation of color #AA6395: hue angle of 317.75º degrees, saturation: 0.29, 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 #AA6395 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17099149-
CMYK00.420.120.33
HSL317.75º29.46%52.75%-
HSV(B)317.75º41.76%66.67%-
XYZ26.4619.6430.83-
YUV125.93141.02159.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 99 (39.06% from 255) = 23.68%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=40.67%
G=23.68%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709914900.420.120.33317.7529.4652.75
HexAA639502AC2113e1d35
Octal25214322505214414763565
Binary101010101100011100101010101010110010000110011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6395; }

 p { color: rgb(170,99,149); }

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

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

 a { background-color: rgb(170,99,149); }

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

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

 span { border-color: rgb(170,99,149); }

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