#A998BD

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

Shades of East Side #A998BD

Tints of East Side #A998BD

Color information

#A998BD (or 0xA998BD) is unknown color: approx East Side. HEX triplet: A9, 98 and BD. RGB value is (169,152,189). Sum of RGB (Red+Green+Blue) = 169+152+189=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #A998BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BD is #566742. Grayscale: #A1A1A1. Windows color (decimal): -5662531 or 12425385. OLE color: 12425385.

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

Color convert

RGB169152189-
CMYK0.110.2000.26
HSL267.57º21.89%66.86%-
HSV(B)267.57º19.58%74.12%-
XYZ36.7834.5752.88-
YUV161.3143.63133.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=33.14%
G=29.80%
B=37.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691521890.110.2000.26267.5721.8966.86
HexA998BDB1401A10c1643
Octal251230275132403241426103
Binary101010011001100010111101101110100011010100001100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998BD; }

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

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

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

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

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

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

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

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