Shades of East Side #AF8ECB
Tints of East Side #AF8ECB
RGB
CMYK
RGB Variations
Color information
#AF8ECB (or 0xAF8ECB) is known color: East Side. HEX triplet: AF, 8E and CB. RGB value is (175,142,203). Sum of RGB (Red+Green+Blue) = 175+142+203=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECB is #507134. Grayscale: #9E9E9E. Windows color (decimal): -5271861 or 13340335. OLE color: 13340335.
HSL color Cylindrical-coordinate representation of color #AF8ECB: hue angle of 272.46º degrees, saturation: 0.37, 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 #AF8ECB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 142 | 203 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.20 |
| HSL | 272.46º | 0.37% | 0.68% | - |
| HSV(B) | 272.46º | 0.3% | 0.8% | - |
| XYZ | 38.13 | 32.77 | 60.82 | - |
| YUV | 158.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 142 | 203 | 0.14 | 0.30 | 0 | 0.20 | 272.46 | 0.37 | 0.68 |
| Hex | AF | 8E | CB | E | 1E | 0 | 14 | 110 | 25 | 44 |
| Octal | 257 | 216 | 313 | 16 | 36 | 0 | 24 | 420 | 45 | 104 |
| Binary | 10101111 | 10001110 | 11001011 | 1110 | 11110 | 0 | 10100 | 100010000 | 100101 | 1000100 |
Color Harmonies of #AF8ECB
Complementary color
Monochromatic Colors of #AF8ECB
Black with #AF8ECB
Text Example
Text Example
White with #AF8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ECB; }
p { color: rgb(175,142,203); }
H1.HeaderClassName
{
color: #AF8ECB;
}
.AnyTagClassName
{
color: #AF8ECB;
}
</style>
background-color css
<style>
a { background-color: #AF8ECB; }
a { background-color: rgb(175,142,203); }
div.DivClassName
{
background-color: #AF8ECB;
}
.BgClassName
{
background-color: #AF8ECB;
}
</style>
border-color css
<style>
span { border-color: #AF8ECB; }
span { border-color: rgb(175,142,203); }
td.TdClassName
{
border-color: #AF8ECB;
}
.TagClassName
{
border-color: #AF8ECB;
}
</style>