#A98DB1

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

Shades of East Side #A98DB1

Tints of East Side #A98DB1

Color information

#A98DB1 (or 0xA98DB1) is unknown color: approx East Side. HEX triplet: A9, 8D and B1. RGB value is (169,141,177). Sum of RGB (Red+Green+Blue) = 169+141+177=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #A98DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98DB1 is #56724E. Grayscale: #999999. Windows color (decimal): -5665359 or 11636137. OLE color: 11636137.

HSL color Cylindrical-coordinate representation of color #A98DB1: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A98DB1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169141177-
CMYK0.050.2000.31
HSL286.67º18.75%62.35%-
HSV(B)286.67º20.34%69.41%-
XYZ33.8230.6645.73-
YUV153.48141.28139.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=34.70%
G=28.95%
B=36.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691411770.050.2000.31286.6718.7562.35
HexA98DB151401F11f133e
Octal2512152615240374372376
Binary1010100110001101101100011011010001111110001111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DB1; }

 p { color: rgb(169,141,177); }

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

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

 a { background-color: rgb(169,141,177); }

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

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

 span { border-color: rgb(169,141,177); }

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