Shades of East Side #A68FB6
Tints of East Side #A68FB6
RGB
CMYK
RGB Variations
Color information
#A68FB6 (or 0xA68FB6) is known color: East Side. HEX triplet: A6, 8F and B6. RGB value is (166,143,182). Sum of RGB (Red+Green+Blue) = 166+143+182=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 182 - color contains mainly: blue. Hex color #A68FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FB6 is #597049. Grayscale: #9A9A9A. Windows color (decimal): -5861450 or 11964326. OLE color: 11964326.
HSL color Cylindrical-coordinate representation of color #A68FB6: hue angle of 275.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68FB6 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 143 | 182 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.29 |
| HSL | 275.38º | 0.21% | 0.64% | - |
| HSV(B) | 275.38º | 0.21% | 0.71% | - |
| XYZ | 33.99 | 31.13 | 48.47 | - |
| YUV | 154.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 182 | 0.09 | 0.21 | 0 | 0.29 | 275.38 | 0.21 | 0.64 |
| Hex | A6 | 8F | B6 | 9 | 15 | 0 | 1D | 113 | 15 | 40 |
| Octal | 246 | 217 | 266 | 11 | 25 | 0 | 35 | 423 | 25 | 100 |
| Binary | 10100110 | 10001111 | 10110110 | 1001 | 10101 | 0 | 11101 | 100010011 | 10101 | 1000000 |
Color Harmonies of #A68FB6
Complementary color
Monochromatic Colors of #A68FB6
Black with #A68FB6
Text Example
Text Example
White with #A68FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68FB6; }
p { color: rgb(166,143,182); }
H1.HeaderClassName
{
color: #A68FB6;
}
.AnyTagClassName
{
color: #A68FB6;
}
</style>
background-color css
<style>
a { background-color: #A68FB6; }
a { background-color: rgb(166,143,182); }
div.DivClassName
{
background-color: #A68FB6;
}
.BgClassName
{
background-color: #A68FB6;
}
</style>
border-color css
<style>
span { border-color: #A68FB6; }
span { border-color: rgb(166,143,182); }
td.TdClassName
{
border-color: #A68FB6;
}
.TagClassName
{
border-color: #A68FB6;
}
</style>