Shades of East Side #A799B5
Tints of East Side #A799B5
RGB
CMYK
RGB Variations
Color information
#A799B5 (or 0xA799B5) is known color: East Side. HEX triplet: A7, 99 and B5. RGB value is (167,153,181). Sum of RGB (Red+Green+Blue) = 167+153+181=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #A799B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799B5 is #58664A. Grayscale: #A0A0A0. Windows color (decimal): -5793355 or 11901351. OLE color: 11901351.
HSL color Cylindrical-coordinate representation of color #A799B5: hue angle of 270º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A799B5 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 167 | 153 | 181 | - |
CMYK | 0.08 | 0.15 | 0 | 0.29 |
HSL | 270º | 0.16% | 0.65% | - |
HSV(B) | 270º | 0.15% | 0.71% | - |
XYZ | 35.67 | 34.33 | 48.46 | - |
YUV | 160.38 | 139.64 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 153 | 181 | 0.08 | 0.15 | 0 | 0.29 | 270 | 0.16 | 0.65 |
Hex | A7 | 99 | B5 | 8 | F | 0 | 1D | 10E | 10 | 41 |
Octal | 247 | 231 | 265 | 10 | 17 | 0 | 35 | 416 | 20 | 101 |
Binary | 10100111 | 10011001 | 10110101 | 1000 | 1111 | 0 | 11101 | 100001110 | 10000 | 1000001 |
Color Harmonies of #A799B5
Complementary color
Monochromatic Colors of #A799B5
Black with #A799B5
Text Example
Text Example
White with #A799B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799B5; }
p { color: rgb(167,153,181); }
H1.HeaderClassName
{
color: #A799B5;
}
.AnyTagClassName
{
color: #A799B5;
}
</style>
background-color css
<style>
a { background-color: #A799B5; }
a { background-color: rgb(167,153,181); }
div.DivClassName
{
background-color: #A799B5;
}
.BgClassName
{
background-color: #A799B5;
}
</style>
border-color css
<style>
span { border-color: #A799B5; }
span { border-color: rgb(167,153,181); }
td.TdClassName
{
border-color: #A799B5;
}
.TagClassName
{
border-color: #A799B5;
}
</style>