Shades of East Side #A890BE
Tints of East Side #A890BE
RGB
CMYK
RGB Variations
Color information
#A890BE (or 0xA890BE) is known color: East Side. HEX triplet: A8, 90 and BE. RGB value is (168,144,190). Sum of RGB (Red+Green+Blue) = 168+144+190=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A890BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890BE is #576F41. Grayscale: #9C9C9C. Windows color (decimal): -5730114 or 12488872. OLE color: 12488872.
HSL color Cylindrical-coordinate representation of color #A890BE: hue angle of 271.3º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A890BE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 144 | 190 | - |
CMYK | 0.12 | 0.24 | 0 | 0.25 |
HSL | 271.3º | 0.26% | 0.65% | - |
HSV(B) | 271.3º | 0.24% | 0.75% | - |
XYZ | 35.42 | 31.99 | 53.02 | - |
YUV | 156.42 | 146.95 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 144 | 190 | 0.12 | 0.24 | 0 | 0.25 | 271.3 | 0.26 | 0.65 |
Hex | A8 | 90 | BE | C | 18 | 0 | 19 | 10F | 1A | 41 |
Octal | 250 | 220 | 276 | 14 | 30 | 0 | 31 | 417 | 32 | 101 |
Binary | 10101000 | 10010000 | 10111110 | 1100 | 11000 | 0 | 11001 | 100001111 | 11010 | 1000001 |
Color Harmonies of #A890BE
Complementary color
Monochromatic Colors of #A890BE
Black with #A890BE
Text Example
Text Example
White with #A890BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890BE; }
p { color: rgb(168,144,190); }
H1.HeaderClassName
{
color: #A890BE;
}
.AnyTagClassName
{
color: #A890BE;
}
</style>
background-color css
<style>
a { background-color: #A890BE; }
a { background-color: rgb(168,144,190); }
div.DivClassName
{
background-color: #A890BE;
}
.BgClassName
{
background-color: #A890BE;
}
</style>
border-color css
<style>
span { border-color: #A890BE; }
span { border-color: rgb(168,144,190); }
td.TdClassName
{
border-color: #A890BE;
}
.TagClassName
{
border-color: #A890BE;
}
</style>