#AA98BF

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

Shades of East Side #AA98BF

Tints of East Side #AA98BF

Color information

#AA98BF (or 0xAA98BF) is unknown color: approx East Side. HEX triplet: AA, 98 and BF. RGB value is (170,152,191). Sum of RGB (Red+Green+Blue) = 170+152+191=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA98BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98BF is #556740. Grayscale: #A1A1A1. Windows color (decimal): -5596993 or 12556458. OLE color: 12556458.

HSL color Cylindrical-coordinate representation of color #AA98BF: hue angle of 267.69º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA98BF is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170152191-
CMYK0.110.2000.25
HSL267.69º23.35%67.25%-
HSV(B)267.69º20.42%74.9%-
XYZ37.2134.7654.04-
YUV161.83144.46133.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 191 (75% from 255) = 37.23%
R=33.14%
G=29.63%
B=37.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701521910.110.2000.25267.6923.3567.25
HexAA98BFB1401910c1743
Octal252230277132403141427103
Binary101010101001100010111111101110100011001100001100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98BF; }

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

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

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

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

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

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

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

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