Shades of East Side #AB8ACC
Tints of East Side #AB8ACC
RGB
CMYK
RGB Variations
Color information
#AB8ACC (or 0xAB8ACC) is known color: East Side. HEX triplet: AB, 8A and CC. RGB value is (171,138,204). Sum of RGB (Red+Green+Blue) = 171+138+204=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ACC is #547533. Grayscale: #9B9B9B. Windows color (decimal): -5535028 or 13404843. OLE color: 13404843.
HSL color Cylindrical-coordinate representation of color #AB8ACC: hue angle of 270º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB8ACC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 138 | 204 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.2 |
| HSL | 270º | 0.39% | 0.67% | - |
| HSV(B) | 270º | 0.32% | 0.8% | - |
| XYZ | 36.78 | 31.19 | 61.21 | - |
| YUV | 155.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 204 | 0.16 | 0.32 | 0 | 0.2 | 270 | 0.39 | 0.67 |
| Hex | AB | 8A | CC | 10 | 20 | 0 | 14 | 10E | 27 | 43 |
| Octal | 253 | 212 | 314 | 20 | 40 | 0 | 24 | 416 | 47 | 103 |
| Binary | 10101011 | 10001010 | 11001100 | 10000 | 100000 | 0 | 10100 | 100001110 | 100111 | 1000011 |
Color Harmonies of #AB8ACC
Complementary color
Monochromatic Colors of #AB8ACC
Black with #AB8ACC
Text Example
Text Example
White with #AB8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ACC; }
p { color: rgb(171,138,204); }
H1.HeaderClassName
{
color: #AB8ACC;
}
.AnyTagClassName
{
color: #AB8ACC;
}
</style>
background-color css
<style>
a { background-color: #AB8ACC; }
a { background-color: rgb(171,138,204); }
div.DivClassName
{
background-color: #AB8ACC;
}
.BgClassName
{
background-color: #AB8ACC;
}
</style>
border-color css
<style>
span { border-color: #AB8ACC; }
span { border-color: rgb(171,138,204); }
td.TdClassName
{
border-color: #AB8ACC;
}
.TagClassName
{
border-color: #AB8ACC;
}
</style>