Shades of East Side #AB8CCA
Tints of East Side #AB8CCA
RGB
CMYK
RGB Variations
Color information
#AB8CCA (or 0xAB8CCA) is known color: East Side. HEX triplet: AB, 8C and CA. RGB value is (171,140,202). Sum of RGB (Red+Green+Blue) = 171+140+202=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCA is #547335. Grayscale: #9C9C9C. Windows color (decimal): -5534518 or 13274283. OLE color: 13274283.
HSL color Cylindrical-coordinate representation of color #AB8CCA: hue angle of 270º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8CCA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 140 | 202 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.21 |
| HSL | 270º | 0.37% | 0.67% | - |
| HSV(B) | 270º | 0.31% | 0.79% | - |
| XYZ | 36.83 | 31.68 | 60.05 | - |
| YUV | 156.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 202 | 0.15 | 0.31 | 0 | 0.21 | 270 | 0.37 | 0.67 |
| Hex | AB | 8C | CA | F | 1F | 0 | 15 | 10E | 25 | 43 |
| Octal | 253 | 214 | 312 | 17 | 37 | 0 | 25 | 416 | 45 | 103 |
| Binary | 10101011 | 10001100 | 11001010 | 1111 | 11111 | 0 | 10101 | 100001110 | 100101 | 1000011 |
Color Harmonies of #AB8CCA
Complementary color
Monochromatic Colors of #AB8CCA
Black with #AB8CCA
Text Example
Text Example
White with #AB8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CCA; }
p { color: rgb(171,140,202); }
H1.HeaderClassName
{
color: #AB8CCA;
}
.AnyTagClassName
{
color: #AB8CCA;
}
</style>
background-color css
<style>
a { background-color: #AB8CCA; }
a { background-color: rgb(171,140,202); }
div.DivClassName
{
background-color: #AB8CCA;
}
.BgClassName
{
background-color: #AB8CCA;
}
</style>
border-color css
<style>
span { border-color: #AB8CCA; }
span { border-color: rgb(171,140,202); }
td.TdClassName
{
border-color: #AB8CCA;
}
.TagClassName
{
border-color: #AB8CCA;
}
</style>