Shades of East Side #A890B4
Tints of East Side #A890B4
RGB
CMYK
RGB Variations
Color information
#A890B4 (or 0xA890B4) is known color: East Side. HEX triplet: A8, 90 and B4. RGB value is (168,144,180). Sum of RGB (Red+Green+Blue) = 168+144+180=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #A890B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890B4 is #576F4B. Grayscale: #9B9B9B. Windows color (decimal): -5730124 or 11833512. OLE color: 11833512.
HSL color Cylindrical-coordinate representation of color #A890B4: hue angle of 280º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A890B4 is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 144 | 180 | - |
| CMYK | 0.07 | 0.2 | 0 | 0.29 |
| HSL | 280º | 0.19% | 0.64% | - |
| HSV(B) | 280º | 0.2% | 0.71% | - |
| XYZ | 34.36 | 31.57 | 47.46 | - |
| YUV | 155.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 180 | 0.07 | 0.2 | 0 | 0.29 | 280 | 0.19 | 0.64 |
| Hex | A8 | 90 | B4 | 7 | 14 | 0 | 1D | 118 | 13 | 40 |
| Octal | 250 | 220 | 264 | 7 | 24 | 0 | 35 | 430 | 23 | 100 |
| Binary | 10101000 | 10010000 | 10110100 | 111 | 10100 | 0 | 11101 | 100011000 | 10011 | 1000000 |
Color Harmonies of #A890B4
Complementary color
Monochromatic Colors of #A890B4
Black with #A890B4
Text Example
Text Example
White with #A890B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890B4; }
p { color: rgb(168,144,180); }
H1.HeaderClassName
{
color: #A890B4;
}
.AnyTagClassName
{
color: #A890B4;
}
</style>
background-color css
<style>
a { background-color: #A890B4; }
a { background-color: rgb(168,144,180); }
div.DivClassName
{
background-color: #A890B4;
}
.BgClassName
{
background-color: #A890B4;
}
</style>
border-color css
<style>
span { border-color: #A890B4; }
span { border-color: rgb(168,144,180); }
td.TdClassName
{
border-color: #A890B4;
}
.TagClassName
{
border-color: #A890B4;
}
</style>