Shades of East Side #A77DBD
Tints of East Side #A77DBD
RGB
CMYK
RGB Variations
Color information
#A77DBD (or 0xA77DBD) is known color: East Side. HEX triplet: A7, 7D and BD. RGB value is (167,125,189). Sum of RGB (Red+Green+Blue) = 167+125+189=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #A77DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DBD is #588242. Grayscale: #909090. Windows color (decimal): -5800515 or 12418471. OLE color: 12418471.
HSL color Cylindrical-coordinate representation of color #A77DBD: hue angle of 279.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A77DBD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 167 | 125 | 189 | - |
CMYK | 0.12 | 0.34 | 0 | 0.26 |
HSL | 279.38º | 0.33% | 0.62% | - |
HSV(B) | 279.38º | 0.34% | 0.74% | - |
XYZ | 32.46 | 26.56 | 51.56 | - |
YUV | 144.85 | 152.91 | 143.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 125 | 189 | 0.12 | 0.34 | 0 | 0.26 | 279.38 | 0.33 | 0.62 |
Hex | A7 | 7D | BD | C | 22 | 0 | 1A | 117 | 21 | 3E |
Octal | 247 | 175 | 275 | 14 | 42 | 0 | 32 | 427 | 41 | 76 |
Binary | 10100111 | 1111101 | 10111101 | 1100 | 100010 | 0 | 11010 | 100010111 | 100001 | 111110 |
Color Harmonies of #A77DBD
Complementary color
Monochromatic Colors of #A77DBD
Black with #A77DBD
Text Example
Text Example
White with #A77DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77DBD; }
p { color: rgb(167,125,189); }
H1.HeaderClassName
{
color: #A77DBD;
}
.AnyTagClassName
{
color: #A77DBD;
}
</style>
background-color css
<style>
a { background-color: #A77DBD; }
a { background-color: rgb(167,125,189); }
div.DivClassName
{
background-color: #A77DBD;
}
.BgClassName
{
background-color: #A77DBD;
}
</style>
border-color css
<style>
span { border-color: #A77DBD; }
span { border-color: rgb(167,125,189); }
td.TdClassName
{
border-color: #A77DBD;
}
.TagClassName
{
border-color: #A77DBD;
}
</style>