#A98EB5

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

Shades of East Side #A98EB5

Tints of East Side #A98EB5

Color information

#A98EB5 (or 0xA98EB5) is unknown color: approx East Side. HEX triplet: A9, 8E and B5. RGB value is (169,142,181). Sum of RGB (Red+Green+Blue) = 169+142+181=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 181 - color contains mainly: blue. Hex color #A98EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EB5 is #56714A. Grayscale: #9A9A9A. Windows color (decimal): -5665099 or 11898537. OLE color: 11898537.

HSL color Cylindrical-coordinate representation of color #A98EB5: hue angle of 281.54º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98EB5 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169142181-
CMYK0.070.2200.29
HSL281.54º20.86%63.33%-
HSV(B)281.54º21.55%70.98%-
XYZ34.3831.1247.91-
YUV154.52142.95138.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 181 (71.09% from 255) = 36.79%
R=34.35%
G=28.86%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691421810.070.2200.29281.5420.8663.33
HexA98EB571601D11a153f
Octal2512162657260354322577
Binary1010100110001110101101011111011001110110001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EB5; }

 p { color: rgb(169,142,181); }

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

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

 a { background-color: rgb(169,142,181); }

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

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

 span { border-color: rgb(169,142,181); }

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