#A98FBC

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

Shades of East Side #A98FBC

Tints of East Side #A98FBC

Color information

#A98FBC (or 0xA98FBC) is unknown color: approx East Side. HEX triplet: A9, 8F and BC. RGB value is (169,143,188). Sum of RGB (Red+Green+Blue) = 169+143+188=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #A98FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FBC is #567043. Grayscale: #9B9B9B. Windows color (decimal): -5664836 or 12357545. OLE color: 12357545.

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

Color convert

RGB169143188-
CMYK0.100.2400.26
HSL274.67º25.14%64.9%-
HSV(B)274.67º23.94%73.73%-
XYZ35.2631.7151.84-
YUV155.9146.11137.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=33.8%
G=28.6%
B=37.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691431880.100.2400.26274.6725.1464.9
HexA98FBCA1801A1131941
Octal251217274123003242331101
Binary101010011000111110111100101011000011010100010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FBC; }

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

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

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

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

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

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

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

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