Shades of East Side #A67BC1
Tints of East Side #A67BC1
RGB
CMYK
RGB Variations
Color information
#A67BC1 (or 0xA67BC1) is known color: East Side. HEX triplet: A6, 7B and C1. RGB value is (166,123,193). Sum of RGB (Red+Green+Blue) = 166+123+193=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A67BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67BC1 is #59843E. Grayscale: #8F8F8F. Windows color (decimal): -5866559 or 12680102. OLE color: 12680102.
HSL color Cylindrical-coordinate representation of color #A67BC1: hue angle of 276.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A67BC1 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 123 | 193 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.24 |
| HSL | 276.86º | 0.36% | 0.62% | - |
| HSV(B) | 276.86º | 0.36% | 0.76% | - |
| XYZ | 32.43 | 26.12 | 53.78 | - |
| YUV | 143.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 193 | 0.14 | 0.36 | 0 | 0.24 | 276.86 | 0.36 | 0.62 |
| Hex | A6 | 7B | C1 | E | 24 | 0 | 18 | 115 | 24 | 3E |
| Octal | 246 | 173 | 301 | 16 | 44 | 0 | 30 | 425 | 44 | 76 |
| Binary | 10100110 | 1111011 | 11000001 | 1110 | 100100 | 0 | 11000 | 100010101 | 100100 | 111110 |
Color Harmonies of #A67BC1
Complementary color
Monochromatic Colors of #A67BC1
Black with #A67BC1
Text Example
Text Example
White with #A67BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BC1; }
p { color: rgb(166,123,193); }
H1.HeaderClassName
{
color: #A67BC1;
}
.AnyTagClassName
{
color: #A67BC1;
}
</style>
background-color css
<style>
a { background-color: #A67BC1; }
a { background-color: rgb(166,123,193); }
div.DivClassName
{
background-color: #A67BC1;
}
.BgClassName
{
background-color: #A67BC1;
}
</style>
border-color css
<style>
span { border-color: #A67BC1; }
span { border-color: rgb(166,123,193); }
td.TdClassName
{
border-color: #A67BC1;
}
.TagClassName
{
border-color: #A67BC1;
}
</style>