Shades of East Side #AB85CC
Tints of East Side #AB85CC
RGB
CMYK
RGB Variations
Color information
#AB85CC (or 0xAB85CC) is known color: East Side. HEX triplet: AB, 85 and CC. RGB value is (171,133,204). Sum of RGB (Red+Green+Blue) = 171+133+204=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85CC is #547A33. Grayscale: #989898. Windows color (decimal): -5536308 or 13403563. OLE color: 13403563.
HSL color Cylindrical-coordinate representation of color #AB85CC: hue angle of 272.11º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB85CC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 133 | 204 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.2 |
| HSL | 272.11º | 0.41% | 0.66% | - |
| HSV(B) | 272.11º | 0.35% | 0.8% | - |
| XYZ | 36.08 | 29.79 | 60.98 | - |
| YUV | 152.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 204 | 0.16 | 0.35 | 0 | 0.2 | 272.11 | 0.41 | 0.66 |
| Hex | AB | 85 | CC | 10 | 23 | 0 | 14 | 110 | 29 | 42 |
| Octal | 253 | 205 | 314 | 20 | 43 | 0 | 24 | 420 | 51 | 102 |
| Binary | 10101011 | 10000101 | 11001100 | 10000 | 100011 | 0 | 10100 | 100010000 | 101001 | 1000010 |
Color Harmonies of #AB85CC
Complementary color
Monochromatic Colors of #AB85CC
Black with #AB85CC
Text Example
Text Example
White with #AB85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85CC; }
p { color: rgb(171,133,204); }
H1.HeaderClassName
{
color: #AB85CC;
}
.AnyTagClassName
{
color: #AB85CC;
}
</style>
background-color css
<style>
a { background-color: #AB85CC; }
a { background-color: rgb(171,133,204); }
div.DivClassName
{
background-color: #AB85CC;
}
.BgClassName
{
background-color: #AB85CC;
}
</style>
border-color css
<style>
span { border-color: #AB85CC; }
span { border-color: rgb(171,133,204); }
td.TdClassName
{
border-color: #AB85CC;
}
.TagClassName
{
border-color: #AB85CC;
}
</style>