#AA9498

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

Shades of Viola #AA9498

Tints of Viola #AA9498

Color information

#AA9498 (or 0xAA9498) is unknown color: approx Viola. HEX triplet: AA, 94 and 98. RGB value is (170,148,152). Sum of RGB (Red+Green+Blue) = 170+148+152=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9498 is #556B67. Grayscale: #9B9B9B. Windows color (decimal): -5598056 or 9999530. OLE color: 9999530.

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

Color convert

RGB170148152-
CMYK00.130.110.33
HSL349.09º11.46%62.35%-
HSV(B)349.09º12.94%66.67%-
XYZ32.8331.9934.15-
YUV155.03126.29138.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=36.17%
G=31.49%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014815200.130.110.33349.0911.4662.35
HexAA94980DB2115db3e
Octal25222423001513415351376
Binary1010101010010100100110000110110111000011010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9498; }

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

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

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

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

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

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

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

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