Shades of East Side #A67DBE
Tints of East Side #A67DBE
RGB
CMYK
RGB Variations
Color information
#A67DBE (or 0xA67DBE) is known color: East Side. HEX triplet: A6, 7D and BE. RGB value is (166,125,190). Sum of RGB (Red+Green+Blue) = 166+125+190=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #A67DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67DBE is #598241. Grayscale: #909090. Windows color (decimal): -5866050 or 12484006. OLE color: 12484006.
HSL color Cylindrical-coordinate representation of color #A67DBE: hue angle of 277.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67DBE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 125 | 190 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.25 |
| HSL | 277.85º | 0.33% | 0.62% | - |
| HSV(B) | 277.85º | 0.34% | 0.75% | - |
| XYZ | 32.35 | 26.49 | 52.12 | - |
| YUV | 144.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 190 | 0.13 | 0.34 | 0 | 0.25 | 277.85 | 0.33 | 0.62 |
| Hex | A6 | 7D | BE | D | 22 | 0 | 19 | 116 | 21 | 3E |
| Octal | 246 | 175 | 276 | 15 | 42 | 0 | 31 | 426 | 41 | 76 |
| Binary | 10100110 | 1111101 | 10111110 | 1101 | 100010 | 0 | 11001 | 100010110 | 100001 | 111110 |
Color Harmonies of #A67DBE
Complementary color
Monochromatic Colors of #A67DBE
Black with #A67DBE
Text Example
Text Example
White with #A67DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DBE; }
p { color: rgb(166,125,190); }
H1.HeaderClassName
{
color: #A67DBE;
}
.AnyTagClassName
{
color: #A67DBE;
}
</style>
background-color css
<style>
a { background-color: #A67DBE; }
a { background-color: rgb(166,125,190); }
div.DivClassName
{
background-color: #A67DBE;
}
.BgClassName
{
background-color: #A67DBE;
}
</style>
border-color css
<style>
span { border-color: #A67DBE; }
span { border-color: rgb(166,125,190); }
td.TdClassName
{
border-color: #A67DBE;
}
.TagClassName
{
border-color: #A67DBE;
}
</style>