Shades of East Side #A67BB2
Tints of East Side #A67BB2
RGB
CMYK
RGB Variations
Color information
#A67BB2 (or 0xA67BB2) is known color: East Side. HEX triplet: A6, 7B and B2. RGB value is (166,123,178). Sum of RGB (Red+Green+Blue) = 166+123+178=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 178 - color contains mainly: blue. Hex color #A67BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BB2 is #59844D. Grayscale: #8D8D8D. Windows color (decimal): -5866574 or 11697062. OLE color: 11697062.
HSL color Cylindrical-coordinate representation of color #A67BB2: hue angle of 286.91º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67BB2 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 123 | 178 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.30 |
| HSL | 286.91º | 0.26% | 0.59% | - |
| HSV(B) | 286.91º | 0.31% | 0.7% | - |
| XYZ | 30.84 | 25.49 | 45.41 | - |
| YUV | 142.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 178 | 0.07 | 0.31 | 0 | 0.30 | 286.91 | 0.26 | 0.59 |
| Hex | A6 | 7B | B2 | 7 | 1F | 0 | 1E | 11F | 1A | 3B |
| Octal | 246 | 173 | 262 | 7 | 37 | 0 | 36 | 437 | 32 | 73 |
| Binary | 10100110 | 1111011 | 10110010 | 111 | 11111 | 0 | 11110 | 100011111 | 11010 | 111011 |
Color Harmonies of #A67BB2
Complementary color
Monochromatic Colors of #A67BB2
Black with #A67BB2
Text Example
Text Example
White with #A67BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67BB2; }
p { color: rgb(166,123,178); }
H1.HeaderClassName
{
color: #A67BB2;
}
.AnyTagClassName
{
color: #A67BB2;
}
</style>
background-color css
<style>
a { background-color: #A67BB2; }
a { background-color: rgb(166,123,178); }
div.DivClassName
{
background-color: #A67BB2;
}
.BgClassName
{
background-color: #A67BB2;
}
</style>
border-color css
<style>
span { border-color: #A67BB2; }
span { border-color: rgb(166,123,178); }
td.TdClassName
{
border-color: #A67BB2;
}
.TagClassName
{
border-color: #A67BB2;
}
</style>