Shades of East Side #AF86CA
Tints of East Side #AF86CA
RGB
CMYK
RGB Variations
Color information
#AF86CA (or 0xAF86CA) is known color: East Side. HEX triplet: AF, 86 and CA. RGB value is (175,134,202). Sum of RGB (Red+Green+Blue) = 175+134+202=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF86CA is #507935. Grayscale: #999999. Windows color (decimal): -5273910 or 13272751. OLE color: 13272751.
HSL color Cylindrical-coordinate representation of color #AF86CA: hue angle of 276.18º 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 #AF86CA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 134 | 202 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.21 |
| HSL | 276.18º | 0.39% | 0.66% | - |
| HSV(B) | 276.18º | 0.34% | 0.79% | - |
| XYZ | 36.86 | 30.43 | 59.81 | - |
| YUV | 154.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 202 | 0.13 | 0.34 | 0 | 0.21 | 276.18 | 0.39 | 0.66 |
| Hex | AF | 86 | CA | D | 22 | 0 | 15 | 114 | 27 | 42 |
| Octal | 257 | 206 | 312 | 15 | 42 | 0 | 25 | 424 | 47 | 102 |
| Binary | 10101111 | 10000110 | 11001010 | 1101 | 100010 | 0 | 10101 | 100010100 | 100111 | 1000010 |
Color Harmonies of #AF86CA
Complementary color
Monochromatic Colors of #AF86CA
Black with #AF86CA
Text Example
Text Example
White with #AF86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF86CA; }
p { color: rgb(175,134,202); }
H1.HeaderClassName
{
color: #AF86CA;
}
.AnyTagClassName
{
color: #AF86CA;
}
</style>
background-color css
<style>
a { background-color: #AF86CA; }
a { background-color: rgb(175,134,202); }
div.DivClassName
{
background-color: #AF86CA;
}
.BgClassName
{
background-color: #AF86CA;
}
</style>
border-color css
<style>
span { border-color: #AF86CA; }
span { border-color: rgb(175,134,202); }
td.TdClassName
{
border-color: #AF86CA;
}
.TagClassName
{
border-color: #AF86CA;
}
</style>