Shades of East Side #AF82CE
Tints of East Side #AF82CE
RGB
CMYK
RGB Variations
Color information
#AF82CE (or 0xAF82CE) is known color: East Side. HEX triplet: AF, 82 and CE. RGB value is (175,130,206). Sum of RGB (Red+Green+Blue) = 175+130+206=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF82CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82CE is #507D31. Grayscale: #979797. Windows color (decimal): -5274930 or 13533871. OLE color: 13533871.
HSL color Cylindrical-coordinate representation of color #AF82CE: hue angle of 275.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF82CE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 130 | 206 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.19 |
| HSL | 275.53º | 0.44% | 0.66% | - |
| HSV(B) | 275.53º | 0.37% | 0.81% | - |
| XYZ | 36.8 | 29.54 | 62.15 | - |
| YUV | 152.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 206 | 0.15 | 0.37 | 0 | 0.19 | 275.53 | 0.44 | 0.66 |
| Hex | AF | 82 | CE | F | 25 | 0 | 13 | 114 | 2C | 42 |
| Octal | 257 | 202 | 316 | 17 | 45 | 0 | 23 | 424 | 54 | 102 |
| Binary | 10101111 | 10000010 | 11001110 | 1111 | 100101 | 0 | 10011 | 100010100 | 101100 | 1000010 |
Color Harmonies of #AF82CE
Complementary color
Monochromatic Colors of #AF82CE
Black with #AF82CE
Text Example
Text Example
White with #AF82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF82CE; }
p { color: rgb(175,130,206); }
H1.HeaderClassName
{
color: #AF82CE;
}
.AnyTagClassName
{
color: #AF82CE;
}
</style>
background-color css
<style>
a { background-color: #AF82CE; }
a { background-color: rgb(175,130,206); }
div.DivClassName
{
background-color: #AF82CE;
}
.BgClassName
{
background-color: #AF82CE;
}
</style>
border-color css
<style>
span { border-color: #AF82CE; }
span { border-color: rgb(175,130,206); }
td.TdClassName
{
border-color: #AF82CE;
}
.TagClassName
{
border-color: #AF82CE;
}
</style>