Shades of East Side #A894B5
Tints of East Side #A894B5
RGB
CMYK
RGB Variations
Color information
#A894B5 (or 0xA894B5) is known color: East Side. HEX triplet: A8, 94 and B5. RGB value is (168,148,181). Sum of RGB (Red+Green+Blue) = 168+148+181=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #A894B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894B5 is #576B4A. Grayscale: #9D9D9D. Windows color (decimal): -5729099 or 11900072. OLE color: 11900072.
HSL color Cylindrical-coordinate representation of color #A894B5: hue angle of 276.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A894B5 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 148 | 181 | - |
CMYK | 0.07 | 0.18 | 0 | 0.29 |
HSL | 276.36º | 0.18% | 0.65% | - |
HSV(B) | 276.36º | 0.18% | 0.71% | - |
XYZ | 35.08 | 32.84 | 48.21 | - |
YUV | 157.74 | 141.13 | 135.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 148 | 181 | 0.07 | 0.18 | 0 | 0.29 | 276.36 | 0.18 | 0.65 |
Hex | A8 | 94 | B5 | 7 | 12 | 0 | 1D | 114 | 12 | 41 |
Octal | 250 | 224 | 265 | 7 | 22 | 0 | 35 | 424 | 22 | 101 |
Binary | 10101000 | 10010100 | 10110101 | 111 | 10010 | 0 | 11101 | 100010100 | 10010 | 1000001 |
Color Harmonies of #A894B5
Complementary color
Monochromatic Colors of #A894B5
Black with #A894B5
Text Example
Text Example
White with #A894B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894B5; }
p { color: rgb(168,148,181); }
H1.HeaderClassName
{
color: #A894B5;
}
.AnyTagClassName
{
color: #A894B5;
}
</style>
background-color css
<style>
a { background-color: #A894B5; }
a { background-color: rgb(168,148,181); }
div.DivClassName
{
background-color: #A894B5;
}
.BgClassName
{
background-color: #A894B5;
}
</style>
border-color css
<style>
span { border-color: #A894B5; }
span { border-color: rgb(168,148,181); }
td.TdClassName
{
border-color: #A894B5;
}
.TagClassName
{
border-color: #A894B5;
}
</style>