Shades of East Side #A67CCB
Tints of East Side #A67CCB
RGB
CMYK
RGB Variations
Color information
#A67CCB (or 0xA67CCB) is known color: East Side. HEX triplet: A6, 7C and CB. RGB value is (166,124,203). Sum of RGB (Red+Green+Blue) = 166+124+203=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #A67CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67CCB is #598334. Grayscale: #919191. Windows color (decimal): -5866293 or 13335718. OLE color: 13335718.
HSL color Cylindrical-coordinate representation of color #A67CCB: hue angle of 271.9º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67CCB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 124 | 203 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.20 |
| HSL | 271.9º | 0.43% | 0.64% | - |
| HSV(B) | 271.9º | 0.39% | 0.8% | - |
| XYZ | 33.71 | 26.83 | 59.9 | - |
| YUV | 145.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 203 | 0.18 | 0.39 | 0 | 0.20 | 271.9 | 0.43 | 0.64 |
| Hex | A6 | 7C | CB | 12 | 27 | 0 | 14 | 110 | 2B | 40 |
| Octal | 246 | 174 | 313 | 22 | 47 | 0 | 24 | 420 | 53 | 100 |
| Binary | 10100110 | 1111100 | 11001011 | 10010 | 100111 | 0 | 10100 | 100010000 | 101011 | 1000000 |
Color Harmonies of #A67CCB
Complementary color
Monochromatic Colors of #A67CCB
Black with #A67CCB
Text Example
Text Example
White with #A67CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CCB; }
p { color: rgb(166,124,203); }
H1.HeaderClassName
{
color: #A67CCB;
}
.AnyTagClassName
{
color: #A67CCB;
}
</style>
background-color css
<style>
a { background-color: #A67CCB; }
a { background-color: rgb(166,124,203); }
div.DivClassName
{
background-color: #A67CCB;
}
.BgClassName
{
background-color: #A67CCB;
}
</style>
border-color css
<style>
span { border-color: #A67CCB; }
span { border-color: rgb(166,124,203); }
td.TdClassName
{
border-color: #A67CCB;
}
.TagClassName
{
border-color: #A67CCB;
}
</style>