Shades of East Side #A68AB3
Tints of East Side #A68AB3
RGB
CMYK
RGB Variations
Color information
#A68AB3 (or 0xA68AB3) is known color: East Side. HEX triplet: A6, 8A and B3. RGB value is (166,138,179). Sum of RGB (Red+Green+Blue) = 166+138+179=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #A68AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68AB3 is #59754C. Grayscale: #969696. Windows color (decimal): -5862733 or 11766438. OLE color: 11766438.
HSL color Cylindrical-coordinate representation of color #A68AB3: hue angle of 280.98º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68AB3 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 138 | 179 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.30 |
| HSL | 280.98º | 0.21% | 0.62% | - |
| HSV(B) | 280.98º | 0.23% | 0.7% | - |
| XYZ | 32.95 | 29.54 | 46.61 | - |
| YUV | 151.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 138 | 179 | 0.07 | 0.23 | 0 | 0.30 | 280.98 | 0.21 | 0.62 |
| Hex | A6 | 8A | B3 | 7 | 17 | 0 | 1E | 119 | 15 | 3E |
| Octal | 246 | 212 | 263 | 7 | 27 | 0 | 36 | 431 | 25 | 76 |
| Binary | 10100110 | 10001010 | 10110011 | 111 | 10111 | 0 | 11110 | 100011001 | 10101 | 111110 |
Color Harmonies of #A68AB3
Complementary color
Monochromatic Colors of #A68AB3
Black with #A68AB3
Text Example
Text Example
White with #A68AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68AB3; }
p { color: rgb(166,138,179); }
H1.HeaderClassName
{
color: #A68AB3;
}
.AnyTagClassName
{
color: #A68AB3;
}
</style>
background-color css
<style>
a { background-color: #A68AB3; }
a { background-color: rgb(166,138,179); }
div.DivClassName
{
background-color: #A68AB3;
}
.BgClassName
{
background-color: #A68AB3;
}
</style>
border-color css
<style>
span { border-color: #A68AB3; }
span { border-color: rgb(166,138,179); }
td.TdClassName
{
border-color: #A68AB3;
}
.TagClassName
{
border-color: #A68AB3;
}
</style>