#AA6194

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

Shades of Violet Blue #AA6194

Tints of Violet Blue #AA6194

Color information

#AA6194 (or 0xAA6194) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and 94. RGB value is (170,97,148). Sum of RGB (Red+Green+Blue) = 170+97+148=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6194 is #559E6B. Grayscale: #7C7C7C. Windows color (decimal): -5611116 or 9724330. OLE color: 9724330.

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

Color convert

RGB17097148-
CMYK00.430.130.33
HSL318.08º30.04%52.35%-
HSV(B)318.08º42.94%66.67%-
XYZ26.219.2330.35-
YUV124.64141.18160.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=40.96%
G=23.37%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709714800.430.130.33318.0830.0452.35
HexAA619402BD2113e1e34
Octal25214122405315414763664
Binary101010101100001100101000101011110110000110011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6194; }

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

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

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

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

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

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

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

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