Shades of East Side #A79DB4
Tints of East Side #A79DB4
RGB
CMYK
RGB Variations
Color information
#A79DB4 (or 0xA79DB4) is known color: East Side. HEX triplet: A7, 9D and B4. RGB value is (167,157,180). Sum of RGB (Red+Green+Blue) = 167+157+180=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #A79DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79DB4 is #58624B. Grayscale: #A2A2A2. Windows color (decimal): -5792332 or 11836839. OLE color: 11836839.
HSL color Cylindrical-coordinate representation of color #A79DB4: hue angle of 266.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A79DB4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 157 | 180 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.29 |
| HSL | 266.09º | 0.13% | 0.66% | - |
| HSV(B) | 266.09º | 0.13% | 0.71% | - |
| XYZ | 36.23 | 35.62 | 48.15 | - |
| YUV | 162.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 180 | 0.07 | 0.13 | 0 | 0.29 | 266.09 | 0.13 | 0.66 |
| Hex | A7 | 9D | B4 | 7 | D | 0 | 1D | 10A | D | 42 |
| Octal | 247 | 235 | 264 | 7 | 15 | 0 | 35 | 412 | 15 | 102 |
| Binary | 10100111 | 10011101 | 10110100 | 111 | 1101 | 0 | 11101 | 100001010 | 1101 | 1000010 |
Color Harmonies of #A79DB4
Complementary color
Monochromatic Colors of #A79DB4
Black with #A79DB4
Text Example
Text Example
White with #A79DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DB4; }
p { color: rgb(167,157,180); }
H1.HeaderClassName
{
color: #A79DB4;
}
.AnyTagClassName
{
color: #A79DB4;
}
</style>
background-color css
<style>
a { background-color: #A79DB4; }
a { background-color: rgb(167,157,180); }
div.DivClassName
{
background-color: #A79DB4;
}
.BgClassName
{
background-color: #A79DB4;
}
</style>
border-color css
<style>
span { border-color: #A79DB4; }
span { border-color: rgb(167,157,180); }
td.TdClassName
{
border-color: #A79DB4;
}
.TagClassName
{
border-color: #A79DB4;
}
</style>