Shades of East Side #A67DB1
Tints of East Side #A67DB1
RGB
CMYK
RGB Variations
Color information
#A67DB1 (or 0xA67DB1) is known color: East Side. HEX triplet: A6, 7D and B1. RGB value is (166,125,177). Sum of RGB (Red+Green+Blue) = 166+125+177=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 177 - color contains mainly: blue. Hex color #A67DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67DB1 is #59824E. Grayscale: #8F8F8F. Windows color (decimal): -5866063 or 11632038. OLE color: 11632038.
HSL color Cylindrical-coordinate representation of color #A67DB1: hue angle of 287.31º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A67DB1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 125 | 177 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.31 |
| HSL | 287.31º | 0.25% | 0.59% | - |
| HSV(B) | 287.31º | 0.29% | 0.69% | - |
| XYZ | 31 | 25.95 | 44.97 | - |
| YUV | 143.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 177 | 0.06 | 0.29 | 0 | 0.31 | 287.31 | 0.25 | 0.59 |
| Hex | A6 | 7D | B1 | 6 | 1D | 0 | 1F | 11F | 19 | 3B |
| Octal | 246 | 175 | 261 | 6 | 35 | 0 | 37 | 437 | 31 | 73 |
| Binary | 10100110 | 1111101 | 10110001 | 110 | 11101 | 0 | 11111 | 100011111 | 11001 | 111011 |
Color Harmonies of #A67DB1
Complementary color
Monochromatic Colors of #A67DB1
Black with #A67DB1
Text Example
Text Example
White with #A67DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DB1; }
p { color: rgb(166,125,177); }
H1.HeaderClassName
{
color: #A67DB1;
}
.AnyTagClassName
{
color: #A67DB1;
}
</style>
background-color css
<style>
a { background-color: #A67DB1; }
a { background-color: rgb(166,125,177); }
div.DivClassName
{
background-color: #A67DB1;
}
.BgClassName
{
background-color: #A67DB1;
}
</style>
border-color css
<style>
span { border-color: #A67DB1; }
span { border-color: rgb(166,125,177); }
td.TdClassName
{
border-color: #A67DB1;
}
.TagClassName
{
border-color: #A67DB1;
}
</style>