Shades of East Side #A67DB2
Tints of East Side #A67DB2
RGB
CMYK
RGB Variations
Color information
#A67DB2 (or 0xA67DB2) is known color: East Side. HEX triplet: A6, 7D and B2. RGB value is (166,125,178). Sum of RGB (Red+Green+Blue) = 166+125+178=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 178 - color contains mainly: blue. Hex color #A67DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67DB2 is #59824D. Grayscale: #8F8F8F. Windows color (decimal): -5866062 or 11697574. OLE color: 11697574.
HSL color Cylindrical-coordinate representation of color #A67DB2: hue angle of 286.42º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67DB2 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 125 | 178 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.30 |
| HSL | 286.42º | 0.26% | 0.59% | - |
| HSV(B) | 286.42º | 0.3% | 0.7% | - |
| XYZ | 31.1 | 25.99 | 45.5 | - |
| YUV | 143.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 178 | 0.07 | 0.30 | 0 | 0.30 | 286.42 | 0.26 | 0.59 |
| Hex | A6 | 7D | B2 | 7 | 1E | 0 | 1E | 11E | 1A | 3B |
| Octal | 246 | 175 | 262 | 7 | 36 | 0 | 36 | 436 | 32 | 73 |
| Binary | 10100110 | 1111101 | 10110010 | 111 | 11110 | 0 | 11110 | 100011110 | 11010 | 111011 |
Color Harmonies of #A67DB2
Complementary color
Monochromatic Colors of #A67DB2
Black with #A67DB2
Text Example
Text Example
White with #A67DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DB2; }
p { color: rgb(166,125,178); }
H1.HeaderClassName
{
color: #A67DB2;
}
.AnyTagClassName
{
color: #A67DB2;
}
</style>
background-color css
<style>
a { background-color: #A67DB2; }
a { background-color: rgb(166,125,178); }
div.DivClassName
{
background-color: #A67DB2;
}
.BgClassName
{
background-color: #A67DB2;
}
</style>
border-color css
<style>
span { border-color: #A67DB2; }
span { border-color: rgb(166,125,178); }
td.TdClassName
{
border-color: #A67DB2;
}
.TagClassName
{
border-color: #A67DB2;
}
</style>