Shades of East Side #A69CB1
Tints of East Side #A69CB1
RGB
CMYK
RGB Variations
Color information
#A69CB1 (or 0xA69CB1) is known color: East Side. HEX triplet: A6, 9C and B1. RGB value is (166,156,177). Sum of RGB (Red+Green+Blue) = 166+156+177=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 177 - color contains mainly: blue. Hex color #A69CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CB1 is #59634E. Grayscale: #A1A1A1. Windows color (decimal): -5858127 or 11639974. OLE color: 11639974.
HSL color Cylindrical-coordinate representation of color #A69CB1: hue angle of 268.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69CB1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 156 | 177 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.31 |
| HSL | 268.57º | 0.12% | 0.65% | - |
| HSV(B) | 268.57º | 0.12% | 0.69% | - |
| XYZ | 35.55 | 35.06 | 46.49 | - |
| YUV | 161.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 177 | 0.06 | 0.12 | 0 | 0.31 | 268.57 | 0.12 | 0.65 |
| Hex | A6 | 9C | B1 | 6 | C | 0 | 1F | 10D | C | 41 |
| Octal | 246 | 234 | 261 | 6 | 14 | 0 | 37 | 415 | 14 | 101 |
| Binary | 10100110 | 10011100 | 10110001 | 110 | 1100 | 0 | 11111 | 100001101 | 1100 | 1000001 |
Color Harmonies of #A69CB1
Complementary color
Monochromatic Colors of #A69CB1
Black with #A69CB1
Text Example
Text Example
White with #A69CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69CB1; }
p { color: rgb(166,156,177); }
H1.HeaderClassName
{
color: #A69CB1;
}
.AnyTagClassName
{
color: #A69CB1;
}
</style>
background-color css
<style>
a { background-color: #A69CB1; }
a { background-color: rgb(166,156,177); }
div.DivClassName
{
background-color: #A69CB1;
}
.BgClassName
{
background-color: #A69CB1;
}
</style>
border-color css
<style>
span { border-color: #A69CB1; }
span { border-color: rgb(166,156,177); }
td.TdClassName
{
border-color: #A69CB1;
}
.TagClassName
{
border-color: #A69CB1;
}
</style>