#AA98BB

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

Shades of East Side #AA98BB

Tints of East Side #AA98BB

Color information

#AA98BB (or 0xAA98BB) is unknown color: approx East Side. HEX triplet: AA, 98 and BB. RGB value is (170,152,187). Sum of RGB (Red+Green+Blue) = 170+152+187=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BB is #556744. Grayscale: #A1A1A1. Windows color (decimal): -5596997 or 12294314. OLE color: 12294314.

HSL color Cylindrical-coordinate representation of color #AA98BB: hue angle of 270.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA98BB is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170152187-
CMYK0.090.1900.27
HSL270.86º20.47%66.47%-
HSV(B)270.86º18.72%73.33%-
XYZ36.7834.5951.75-
YUV161.37142.46134.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=33.40%
G=29.86%
B=36.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701521870.090.1900.27270.8620.4766.47
HexAA98BB91301B10f1442
Octal252230273112303341724102
Binary101010101001100010111011100110011011011100001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98BB; }

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

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

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

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

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

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

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

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