Shades of East Side #A67AB3
Tints of East Side #A67AB3
RGB
CMYK
RGB Variations
Color information
#A67AB3 (or 0xA67AB3) is known color: East Side. HEX triplet: A6, 7A and B3. RGB value is (166,122,179). Sum of RGB (Red+Green+Blue) = 166+122+179=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #A67AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AB3 is #59854C. Grayscale: #8D8D8D. Windows color (decimal): -5866829 or 11762342. OLE color: 11762342.
HSL color Cylindrical-coordinate representation of color #A67AB3: hue angle of 286.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67AB3 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 122 | 179 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.30 |
| HSL | 286.32º | 0.27% | 0.59% | - |
| HSV(B) | 286.32º | 0.32% | 0.7% | - |
| XYZ | 30.82 | 25.28 | 45.9 | - |
| YUV | 141.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 179 | 0.07 | 0.32 | 0 | 0.30 | 286.32 | 0.27 | 0.59 |
| Hex | A6 | 7A | B3 | 7 | 20 | 0 | 1E | 11E | 1B | 3B |
| Octal | 246 | 172 | 263 | 7 | 40 | 0 | 36 | 436 | 33 | 73 |
| Binary | 10100110 | 1111010 | 10110011 | 111 | 100000 | 0 | 11110 | 100011110 | 11011 | 111011 |
Color Harmonies of #A67AB3
Complementary color
Monochromatic Colors of #A67AB3
Black with #A67AB3
Text Example
Text Example
White with #A67AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AB3; }
p { color: rgb(166,122,179); }
H1.HeaderClassName
{
color: #A67AB3;
}
.AnyTagClassName
{
color: #A67AB3;
}
</style>
background-color css
<style>
a { background-color: #A67AB3; }
a { background-color: rgb(166,122,179); }
div.DivClassName
{
background-color: #A67AB3;
}
.BgClassName
{
background-color: #A67AB3;
}
</style>
border-color css
<style>
span { border-color: #A67AB3; }
span { border-color: rgb(166,122,179); }
td.TdClassName
{
border-color: #A67AB3;
}
.TagClassName
{
border-color: #A67AB3;
}
</style>