Shades of East Side #AB85CA
Tints of East Side #AB85CA
RGB
CMYK
RGB Variations
Color information
#AB85CA (or 0xAB85CA) is known color: East Side. HEX triplet: AB, 85 and CA. RGB value is (171,133,202). Sum of RGB (Red+Green+Blue) = 171+133+202=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85CA is #547A35. Grayscale: #979797. Windows color (decimal): -5536310 or 13272491. OLE color: 13272491.
HSL color Cylindrical-coordinate representation of color #AB85CA: hue angle of 273.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB85CA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 133 | 202 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.21 |
| HSL | 273.04º | 0.39% | 0.66% | - |
| HSV(B) | 273.04º | 0.34% | 0.79% | - |
| XYZ | 35.84 | 29.7 | 59.72 | - |
| YUV | 152.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 202 | 0.15 | 0.34 | 0 | 0.21 | 273.04 | 0.39 | 0.66 |
| Hex | AB | 85 | CA | F | 22 | 0 | 15 | 111 | 27 | 42 |
| Octal | 253 | 205 | 312 | 17 | 42 | 0 | 25 | 421 | 47 | 102 |
| Binary | 10101011 | 10000101 | 11001010 | 1111 | 100010 | 0 | 10101 | 100010001 | 100111 | 1000010 |
Color Harmonies of #AB85CA
Complementary color
Monochromatic Colors of #AB85CA
Black with #AB85CA
Text Example
Text Example
White with #AB85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85CA; }
p { color: rgb(171,133,202); }
H1.HeaderClassName
{
color: #AB85CA;
}
.AnyTagClassName
{
color: #AB85CA;
}
</style>
background-color css
<style>
a { background-color: #AB85CA; }
a { background-color: rgb(171,133,202); }
div.DivClassName
{
background-color: #AB85CA;
}
.BgClassName
{
background-color: #AB85CA;
}
</style>
border-color css
<style>
span { border-color: #AB85CA; }
span { border-color: rgb(171,133,202); }
td.TdClassName
{
border-color: #AB85CA;
}
.TagClassName
{
border-color: #AB85CA;
}
</style>