Html Css Color HEX #AA9598 Viola

📋 copy color: '#AA9598'

red 170 ◦ green 149 ◦ blue 152

#AA9598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #AA9598

Tints of Viola #AA9598

RGB

 RED value IS 170 (66.8% from 255) = 36.09%

 GREEN value IS 149 (58.59% from 255) = 31.63%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 36.09%
G = 31.63%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA9598 (or 0xAA9598) is known color: Viola. HEX triplet: AA, 95 and 98. RGB value is (170,149,152). Sum of RGB (Red+Green+Blue) = 170+149+152=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9598 is #556A67. Grayscale: #9B9B9B. Windows color (decimal): -5597800 or 9999786. OLE color: 9999786.

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

Color convert

RGB 170 149 152 -
CMYK 0 0.12 0.11 0.33
HSL 351.43º 0.11% 0.63% -
HSV(B) 351.43º 0.12% 0.67% -
XYZ 32.99 32.31 34.2 -
YUV 155.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 170 149 152 0 0.12 0.11 0.33 351.43 0.11 0.63
Hex AA 95 98 0 C B 21 15F B 3F
Octal 252 225 230 0 14 13 41 537 13 77
Binary 10101010 10010101 10011000 0 1100 1011 100001 101011111 1011 111111

Color Harmonies of #AA9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9598

Black with #AA9598

Text Example


Text Example

White with #AA9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9598; }

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

 H1.HeaderClassName
 {
   color: #AA9598;
 }
 .AnyTagClassName
 {
   color: #AA9598;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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