Shades of East Side #A79AB3
Tints of East Side #A79AB3
RGB
CMYK
RGB Variations
Color information
#A79AB3 (or 0xA79AB3) is known color: East Side. HEX triplet: A7, 9A and B3. RGB value is (167,154,179). Sum of RGB (Red+Green+Blue) = 167+154+179=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #A79AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A79AB3 is #58654C. Grayscale: #A0A0A0. Windows color (decimal): -5793101 or 11770535. OLE color: 11770535.
HSL color Cylindrical-coordinate representation of color #A79AB3: hue angle of 271.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79AB3 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 167 | 154 | 179 | - |
CMYK | 0.07 | 0.14 | 0 | 0.30 |
HSL | 271.2º | 0.14% | 0.65% | - |
HSV(B) | 271.2º | 0.14% | 0.7% | - |
XYZ | 35.63 | 34.58 | 47.44 | - |
YUV | 160.74 | 138.31 | 132.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 154 | 179 | 0.07 | 0.14 | 0 | 0.30 | 271.2 | 0.14 | 0.65 |
Hex | A7 | 9A | B3 | 7 | E | 0 | 1E | 10F | E | 41 |
Octal | 247 | 232 | 263 | 7 | 16 | 0 | 36 | 417 | 16 | 101 |
Binary | 10100111 | 10011010 | 10110011 | 111 | 1110 | 0 | 11110 | 100001111 | 1110 | 1000001 |
Color Harmonies of #A79AB3
Complementary color
Monochromatic Colors of #A79AB3
Black with #A79AB3
Text Example
Text Example
White with #A79AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79AB3; }
p { color: rgb(167,154,179); }
H1.HeaderClassName
{
color: #A79AB3;
}
.AnyTagClassName
{
color: #A79AB3;
}
</style>
background-color css
<style>
a { background-color: #A79AB3; }
a { background-color: rgb(167,154,179); }
div.DivClassName
{
background-color: #A79AB3;
}
.BgClassName
{
background-color: #A79AB3;
}
</style>
border-color css
<style>
span { border-color: #A79AB3; }
span { border-color: rgb(167,154,179); }
td.TdClassName
{
border-color: #A79AB3;
}
.TagClassName
{
border-color: #A79AB3;
}
</style>