Shades of East Side #A898B4
Tints of East Side #A898B4
RGB
CMYK
RGB Variations
Color information
#A898B4 (or 0xA898B4) is known color: East Side. HEX triplet: A8, 98 and B4. RGB value is (168,152,180). Sum of RGB (Red+Green+Blue) = 168+152+180=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #A898B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898B4 is #57674B. Grayscale: #9F9F9F. Windows color (decimal): -5728076 or 11835560. OLE color: 11835560.
HSL color Cylindrical-coordinate representation of color #A898B4: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A898B4 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 152 | 180 | - |
CMYK | 0.07 | 0.16 | 0 | 0.29 |
HSL | 274.29º | 0.16% | 0.65% | - |
HSV(B) | 274.29º | 0.16% | 0.71% | - |
XYZ | 35.61 | 34.08 | 47.88 | - |
YUV | 159.98 | 139.3 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 152 | 180 | 0.07 | 0.16 | 0 | 0.29 | 274.29 | 0.16 | 0.65 |
Hex | A8 | 98 | B4 | 7 | 10 | 0 | 1D | 112 | 10 | 41 |
Octal | 250 | 230 | 264 | 7 | 20 | 0 | 35 | 422 | 20 | 101 |
Binary | 10101000 | 10011000 | 10110100 | 111 | 10000 | 0 | 11101 | 100010010 | 10000 | 1000001 |
Color Harmonies of #A898B4
Complementary color
Monochromatic Colors of #A898B4
Black with #A898B4
Text Example
Text Example
White with #A898B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898B4; }
p { color: rgb(168,152,180); }
H1.HeaderClassName
{
color: #A898B4;
}
.AnyTagClassName
{
color: #A898B4;
}
</style>
background-color css
<style>
a { background-color: #A898B4; }
a { background-color: rgb(168,152,180); }
div.DivClassName
{
background-color: #A898B4;
}
.BgClassName
{
background-color: #A898B4;
}
</style>
border-color css
<style>
span { border-color: #A898B4; }
span { border-color: rgb(168,152,180); }
td.TdClassName
{
border-color: #A898B4;
}
.TagClassName
{
border-color: #A898B4;
}
</style>