Shades of East Side #AF80D4
Tints of East Side #AF80D4
RGB
CMYK
RGB Variations
Color information
#AF80D4 (or 0xAF80D4) is known color: East Side. HEX triplet: AF, 80 and D4. RGB value is (175,128,212). Sum of RGB (Red+Green+Blue) = 175+128+212=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF80D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D4 is #507F2B. Grayscale: #979797. Windows color (decimal): -5275436 or 13926575. OLE color: 13926575.
HSL color Cylindrical-coordinate representation of color #AF80D4: hue angle of 273.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF80D4 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 128 | 212 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.17 |
| HSL | 273.57º | 0.49% | 0.67% | - |
| HSV(B) | 273.57º | 0.4% | 0.83% | - |
| XYZ | 37.28 | 29.31 | 65.98 | - |
| YUV | 151.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 212 | 0.17 | 0.40 | 0 | 0.17 | 273.57 | 0.49 | 0.67 |
| Hex | AF | 80 | D4 | 11 | 28 | 0 | 11 | 112 | 31 | 43 |
| Octal | 257 | 200 | 324 | 21 | 50 | 0 | 21 | 422 | 61 | 103 |
| Binary | 10101111 | 10000000 | 11010100 | 10001 | 101000 | 0 | 10001 | 100010010 | 110001 | 1000011 |
Color Harmonies of #AF80D4
Complementary color
Monochromatic Colors of #AF80D4
Black with #AF80D4
Text Example
Text Example
White with #AF80D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80D4; }
p { color: rgb(175,128,212); }
H1.HeaderClassName
{
color: #AF80D4;
}
.AnyTagClassName
{
color: #AF80D4;
}
</style>
background-color css
<style>
a { background-color: #AF80D4; }
a { background-color: rgb(175,128,212); }
div.DivClassName
{
background-color: #AF80D4;
}
.BgClassName
{
background-color: #AF80D4;
}
</style>
border-color css
<style>
span { border-color: #AF80D4; }
span { border-color: rgb(175,128,212); }
td.TdClassName
{
border-color: #AF80D4;
}
.TagClassName
{
border-color: #AF80D4;
}
</style>