Shades of East Side #AF83CA
Tints of East Side #AF83CA
RGB
CMYK
RGB Variations
Color information
#AF83CA (or 0xAF83CA) is known color: East Side. HEX triplet: AF, 83 and CA. RGB value is (175,131,202). Sum of RGB (Red+Green+Blue) = 175+131+202=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83CA is #507C35. Grayscale: #989898. Windows color (decimal): -5274678 or 13271983. OLE color: 13271983.
HSL color Cylindrical-coordinate representation of color #AF83CA: hue angle of 277.18º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF83CA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 131 | 202 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.21 |
| HSL | 277.18º | 0.4% | 0.65% | - |
| HSV(B) | 277.18º | 0.35% | 0.79% | - |
| XYZ | 36.46 | 29.61 | 59.67 | - |
| YUV | 152.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 202 | 0.13 | 0.35 | 0 | 0.21 | 277.18 | 0.4 | 0.65 |
| Hex | AF | 83 | CA | D | 23 | 0 | 15 | 115 | 28 | 41 |
| Octal | 257 | 203 | 312 | 15 | 43 | 0 | 25 | 425 | 50 | 101 |
| Binary | 10101111 | 10000011 | 11001010 | 1101 | 100011 | 0 | 10101 | 100010101 | 101000 | 1000001 |
Color Harmonies of #AF83CA
Complementary color
Monochromatic Colors of #AF83CA
Black with #AF83CA
Text Example
Text Example
White with #AF83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF83CA; }
p { color: rgb(175,131,202); }
H1.HeaderClassName
{
color: #AF83CA;
}
.AnyTagClassName
{
color: #AF83CA;
}
</style>
background-color css
<style>
a { background-color: #AF83CA; }
a { background-color: rgb(175,131,202); }
div.DivClassName
{
background-color: #AF83CA;
}
.BgClassName
{
background-color: #AF83CA;
}
</style>
border-color css
<style>
span { border-color: #AF83CA; }
span { border-color: rgb(175,131,202); }
td.TdClassName
{
border-color: #AF83CA;
}
.TagClassName
{
border-color: #AF83CA;
}
</style>