Shades of East Side #A890B7
Tints of East Side #A890B7
RGB
CMYK
RGB Variations
Color information
#A890B7 (or 0xA890B7) is known color: East Side. HEX triplet: A8, 90 and B7. RGB value is (168,144,183). Sum of RGB (Red+Green+Blue) = 168+144+183=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #A890B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890B7 is #576F48. Grayscale: #9B9B9B. Windows color (decimal): -5730121 or 12030120. OLE color: 12030120.
HSL color Cylindrical-coordinate representation of color #A890B7: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A890B7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 144 | 183 | - |
CMYK | 0.08 | 0.21 | 0 | 0.28 |
HSL | 276.92º | 0.21% | 0.64% | - |
HSV(B) | 276.92º | 0.21% | 0.72% | - |
XYZ | 34.67 | 31.69 | 49.09 | - |
YUV | 155.62 | 143.45 | 136.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 144 | 183 | 0.08 | 0.21 | 0 | 0.28 | 276.92 | 0.21 | 0.64 |
Hex | A8 | 90 | B7 | 8 | 15 | 0 | 1C | 115 | 15 | 40 |
Octal | 250 | 220 | 267 | 10 | 25 | 0 | 34 | 425 | 25 | 100 |
Binary | 10101000 | 10010000 | 10110111 | 1000 | 10101 | 0 | 11100 | 100010101 | 10101 | 1000000 |
Color Harmonies of #A890B7
Complementary color
Monochromatic Colors of #A890B7
Black with #A890B7
Text Example
Text Example
White with #A890B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890B7; }
p { color: rgb(168,144,183); }
H1.HeaderClassName
{
color: #A890B7;
}
.AnyTagClassName
{
color: #A890B7;
}
</style>
background-color css
<style>
a { background-color: #A890B7; }
a { background-color: rgb(168,144,183); }
div.DivClassName
{
background-color: #A890B7;
}
.BgClassName
{
background-color: #A890B7;
}
</style>
border-color css
<style>
span { border-color: #A890B7; }
span { border-color: rgb(168,144,183); }
td.TdClassName
{
border-color: #A890B7;
}
.TagClassName
{
border-color: #A890B7;
}
</style>