#A998BB

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

Shades of East Side #A998BB

Tints of East Side #A998BB

Color information

#A998BB (or 0xA998BB) is unknown color: approx East Side. HEX triplet: A9, 98 and BB. RGB value is (169,152,187). Sum of RGB (Red+Green+Blue) = 169+152+187=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A998BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BB is #566744. Grayscale: #A0A0A0. Windows color (decimal): -5662533 or 12294313. OLE color: 12294313.

HSL color Cylindrical-coordinate representation of color #A998BB: hue angle of 269.14º 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 #A998BB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169152187-
CMYK0.100.1900.27
HSL269.14º20.47%66.47%-
HSV(B)269.14º18.72%73.33%-
XYZ36.5634.4851.74-
YUV161.07142.63133.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=33.27%
G=29.92%
B=36.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691521870.100.1900.27269.1420.4766.47
HexA998BBA1301B10d1442
Octal251230273122303341524102
Binary101010011001100010111011101010011011011100001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998BB; }

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

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

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

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

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

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

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

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