Shades of East Side #AF86CB
Tints of East Side #AF86CB
RGB
CMYK
RGB Variations
Color information
#AF86CB (or 0xAF86CB) is known color: East Side. HEX triplet: AF, 86 and CB. RGB value is (175,134,203). Sum of RGB (Red+Green+Blue) = 175+134+203=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86CB is #507934. Grayscale: #999999. Windows color (decimal): -5273909 or 13338287. OLE color: 13338287.
HSL color Cylindrical-coordinate representation of color #AF86CB: hue angle of 275.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF86CB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 134 | 203 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.20 |
| HSL | 275.65º | 0.4% | 0.66% | - |
| HSV(B) | 275.65º | 0.34% | 0.8% | - |
| XYZ | 36.98 | 30.48 | 60.43 | - |
| YUV | 154.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 203 | 0.14 | 0.34 | 0 | 0.20 | 275.65 | 0.4 | 0.66 |
| Hex | AF | 86 | CB | E | 22 | 0 | 14 | 114 | 28 | 42 |
| Octal | 257 | 206 | 313 | 16 | 42 | 0 | 24 | 424 | 50 | 102 |
| Binary | 10101111 | 10000110 | 11001011 | 1110 | 100010 | 0 | 10100 | 100010100 | 101000 | 1000010 |
Color Harmonies of #AF86CB
Complementary color
Monochromatic Colors of #AF86CB
Black with #AF86CB
Text Example
Text Example
White with #AF86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF86CB; }
p { color: rgb(175,134,203); }
H1.HeaderClassName
{
color: #AF86CB;
}
.AnyTagClassName
{
color: #AF86CB;
}
</style>
background-color css
<style>
a { background-color: #AF86CB; }
a { background-color: rgb(175,134,203); }
div.DivClassName
{
background-color: #AF86CB;
}
.BgClassName
{
background-color: #AF86CB;
}
</style>
border-color css
<style>
span { border-color: #AF86CB; }
span { border-color: rgb(175,134,203); }
td.TdClassName
{
border-color: #AF86CB;
}
.TagClassName
{
border-color: #AF86CB;
}
</style>