Shades of East Side #A68FB0
Tints of East Side #A68FB0
RGB
CMYK
RGB Variations
Color information
#A68FB0 (or 0xA68FB0) is known color: East Side. HEX triplet: A6, 8F and B0. RGB value is (166,143,176). Sum of RGB (Red+Green+Blue) = 166+143+176=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 176 - color contains mainly: blue. Hex color #A68FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68FB0 is #59704F. Grayscale: #999999. Windows color (decimal): -5861456 or 11571110. OLE color: 11571110.
HSL color Cylindrical-coordinate representation of color #A68FB0: hue angle of 281.82º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68FB0 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 143 | 176 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.31 |
| HSL | 281.82º | 0.17% | 0.63% | - |
| HSV(B) | 281.82º | 0.19% | 0.69% | - |
| XYZ | 33.38 | 30.89 | 45.28 | - |
| YUV | 153.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 176 | 0.06 | 0.19 | 0 | 0.31 | 281.82 | 0.17 | 0.63 |
| Hex | A6 | 8F | B0 | 6 | 13 | 0 | 1F | 11A | 11 | 3F |
| Octal | 246 | 217 | 260 | 6 | 23 | 0 | 37 | 432 | 21 | 77 |
| Binary | 10100110 | 10001111 | 10110000 | 110 | 10011 | 0 | 11111 | 100011010 | 10001 | 111111 |
Color Harmonies of #A68FB0
Complementary color
Monochromatic Colors of #A68FB0
Black with #A68FB0
Text Example
Text Example
White with #A68FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FB0; }
p { color: rgb(166,143,176); }
H1.HeaderClassName
{
color: #A68FB0;
}
.AnyTagClassName
{
color: #A68FB0;
}
</style>
background-color css
<style>
a { background-color: #A68FB0; }
a { background-color: rgb(166,143,176); }
div.DivClassName
{
background-color: #A68FB0;
}
.BgClassName
{
background-color: #A68FB0;
}
</style>
border-color css
<style>
span { border-color: #A68FB0; }
span { border-color: rgb(166,143,176); }
td.TdClassName
{
border-color: #A68FB0;
}
.TagClassName
{
border-color: #A68FB0;
}
</style>