Shades of East Side #AF80C0
Tints of East Side #AF80C0
RGB
CMYK
RGB Variations
Color information
#AF80C0 (or 0xAF80C0) is known color: East Side. HEX triplet: AF, 80 and C0. RGB value is (175,128,192). Sum of RGB (Red+Green+Blue) = 175+128+192=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF80C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80C0 is #507F3F. Grayscale: #959595. Windows color (decimal): -5275456 or 12615855. OLE color: 12615855.
HSL color Cylindrical-coordinate representation of color #AF80C0: hue angle of 284.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF80C0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 128 | 192 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.25 |
| HSL | 284.06º | 0.34% | 0.63% | - |
| HSV(B) | 284.06º | 0.33% | 0.75% | - |
| XYZ | 34.91 | 28.36 | 53.5 | - |
| YUV | 149.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 192 | 0.09 | 0.33 | 0 | 0.25 | 284.06 | 0.34 | 0.63 |
| Hex | AF | 80 | C0 | 9 | 21 | 0 | 19 | 11C | 22 | 3F |
| Octal | 257 | 200 | 300 | 11 | 41 | 0 | 31 | 434 | 42 | 77 |
| Binary | 10101111 | 10000000 | 11000000 | 1001 | 100001 | 0 | 11001 | 100011100 | 100010 | 111111 |
Color Harmonies of #AF80C0
Complementary color
Monochromatic Colors of #AF80C0
Black with #AF80C0
Text Example
Text Example
White with #AF80C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80C0; }
p { color: rgb(175,128,192); }
H1.HeaderClassName
{
color: #AF80C0;
}
.AnyTagClassName
{
color: #AF80C0;
}
</style>
background-color css
<style>
a { background-color: #AF80C0; }
a { background-color: rgb(175,128,192); }
div.DivClassName
{
background-color: #AF80C0;
}
.BgClassName
{
background-color: #AF80C0;
}
</style>
border-color css
<style>
span { border-color: #AF80C0; }
span { border-color: rgb(175,128,192); }
td.TdClassName
{
border-color: #AF80C0;
}
.TagClassName
{
border-color: #AF80C0;
}
</style>