#A998BC

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

Shades of East Side #A998BC

Tints of East Side #A998BC

Color information

#A998BC (or 0xA998BC) is unknown color: approx East Side. HEX triplet: A9, 98 and BC. RGB value is (169,152,188). Sum of RGB (Red+Green+Blue) = 169+152+188=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #A998BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998BC is #566743. Grayscale: #A1A1A1. Windows color (decimal): -5662532 or 12359849. OLE color: 12359849.

HSL color Cylindrical-coordinate representation of color #A998BC: hue angle of 268.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A998BC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169152188-
CMYK0.100.1900.26
HSL268.33º21.18%66.67%-
HSV(B)268.33º19.15%73.73%-
XYZ36.6734.5252.31-
YUV161.19143.13133.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=33.20%
G=29.86%
B=36.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691521880.100.1900.26268.3321.1866.67
HexA998BCA1301A10c1543
Octal251230274122303241425103
Binary101010011001100010111100101010011011010100001100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998BC; }

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

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

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

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

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

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

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

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