Shades of East Side #AF8ECC
Tints of East Side #AF8ECC
RGB
CMYK
RGB Variations
Color information
#AF8ECC (or 0xAF8ECC) is known color: East Side. HEX triplet: AF, 8E and CC. RGB value is (175,142,204). Sum of RGB (Red+Green+Blue) = 175+142+204=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECC is #507133. Grayscale: #9E9E9E. Windows color (decimal): -5271860 or 13405871. OLE color: 13405871.
HSL color Cylindrical-coordinate representation of color #AF8ECC: hue angle of 271.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8ECC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 142 | 204 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.2 |
| HSL | 271.94º | 0.38% | 0.68% | - |
| HSV(B) | 271.94º | 0.3% | 0.8% | - |
| XYZ | 38.25 | 32.82 | 61.45 | - |
| YUV | 158.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 204 | 0.14 | 0.30 | 0 | 0.2 | 271.94 | 0.38 | 0.68 |
| Hex | AF | 8E | CC | E | 1E | 0 | 14 | 110 | 26 | 44 |
| Octal | 257 | 216 | 314 | 16 | 36 | 0 | 24 | 420 | 46 | 104 |
| Binary | 10101111 | 10001110 | 11001100 | 1110 | 11110 | 0 | 10100 | 100010000 | 100110 | 1000100 |
Color Harmonies of #AF8ECC
Complementary color
Monochromatic Colors of #AF8ECC
Black with #AF8ECC
Text Example
Text Example
White with #AF8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ECC; }
p { color: rgb(175,142,204); }
H1.HeaderClassName
{
color: #AF8ECC;
}
.AnyTagClassName
{
color: #AF8ECC;
}
</style>
background-color css
<style>
a { background-color: #AF8ECC; }
a { background-color: rgb(175,142,204); }
div.DivClassName
{
background-color: #AF8ECC;
}
.BgClassName
{
background-color: #AF8ECC;
}
</style>
border-color css
<style>
span { border-color: #AF8ECC; }
span { border-color: rgb(175,142,204); }
td.TdClassName
{
border-color: #AF8ECC;
}
.TagClassName
{
border-color: #AF8ECC;
}
</style>