Shades of East Side #AF80C2
Tints of East Side #AF80C2
RGB
CMYK
RGB Variations
Color information
#AF80C2 (or 0xAF80C2) is known color: East Side. HEX triplet: AF, 80 and C2. RGB value is (175,128,194). Sum of RGB (Red+Green+Blue) = 175+128+194=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF80C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80C2 is #507F3D. Grayscale: #959595. Windows color (decimal): -5275454 or 12746927. OLE color: 12746927.
HSL color Cylindrical-coordinate representation of color #AF80C2: hue angle of 282.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF80C2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 128 | 194 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.24 |
| HSL | 282.73º | 0.35% | 0.63% | - |
| HSV(B) | 282.73º | 0.34% | 0.76% | - |
| XYZ | 35.14 | 28.45 | 54.68 | - |
| YUV | 149.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 194 | 0.10 | 0.34 | 0 | 0.24 | 282.73 | 0.35 | 0.63 |
| Hex | AF | 80 | C2 | A | 22 | 0 | 18 | 11B | 23 | 3F |
| Octal | 257 | 200 | 302 | 12 | 42 | 0 | 30 | 433 | 43 | 77 |
| Binary | 10101111 | 10000000 | 11000010 | 1010 | 100010 | 0 | 11000 | 100011011 | 100011 | 111111 |
Color Harmonies of #AF80C2
Complementary color
Monochromatic Colors of #AF80C2
Black with #AF80C2
Text Example
Text Example
White with #AF80C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80C2; }
p { color: rgb(175,128,194); }
H1.HeaderClassName
{
color: #AF80C2;
}
.AnyTagClassName
{
color: #AF80C2;
}
</style>
background-color css
<style>
a { background-color: #AF80C2; }
a { background-color: rgb(175,128,194); }
div.DivClassName
{
background-color: #AF80C2;
}
.BgClassName
{
background-color: #AF80C2;
}
</style>
border-color css
<style>
span { border-color: #AF80C2; }
span { border-color: rgb(175,128,194); }
td.TdClassName
{
border-color: #AF80C2;
}
.TagClassName
{
border-color: #AF80C2;
}
</style>