Shades of East Side #AF82CF
Tints of East Side #AF82CF
RGB
CMYK
RGB Variations
Color information
#AF82CF (or 0xAF82CF) is known color: East Side. HEX triplet: AF, 82 and CF. RGB value is (175,130,207). Sum of RGB (Red+Green+Blue) = 175+130+207=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82CF is #507D30. Grayscale: #979797. Windows color (decimal): -5274929 or 13599407. OLE color: 13599407.
HSL color Cylindrical-coordinate representation of color #AF82CF: hue angle of 275.06º degrees, saturation: 0.45, 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 #AF82CF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 130 | 207 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.19 |
| HSL | 275.06º | 0.45% | 0.66% | - |
| HSV(B) | 275.06º | 0.37% | 0.81% | - |
| XYZ | 36.92 | 29.58 | 62.8 | - |
| YUV | 152.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 207 | 0.15 | 0.37 | 0 | 0.19 | 275.06 | 0.45 | 0.66 |
| Hex | AF | 82 | CF | F | 25 | 0 | 13 | 113 | 2D | 42 |
| Octal | 257 | 202 | 317 | 17 | 45 | 0 | 23 | 423 | 55 | 102 |
| Binary | 10101111 | 10000010 | 11001111 | 1111 | 100101 | 0 | 10011 | 100010011 | 101101 | 1000010 |
Color Harmonies of #AF82CF
Complementary color
Monochromatic Colors of #AF82CF
Black with #AF82CF
Text Example
Text Example
White with #AF82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF82CF; }
p { color: rgb(175,130,207); }
H1.HeaderClassName
{
color: #AF82CF;
}
.AnyTagClassName
{
color: #AF82CF;
}
</style>
background-color css
<style>
a { background-color: #AF82CF; }
a { background-color: rgb(175,130,207); }
div.DivClassName
{
background-color: #AF82CF;
}
.BgClassName
{
background-color: #AF82CF;
}
</style>
border-color css
<style>
span { border-color: #AF82CF; }
span { border-color: rgb(175,130,207); }
td.TdClassName
{
border-color: #AF82CF;
}
.TagClassName
{
border-color: #AF82CF;
}
</style>