Shades of East Side #AF80D5
Tints of East Side #AF80D5
RGB
CMYK
RGB Variations
Color information
#AF80D5 (or 0xAF80D5) is known color: East Side. HEX triplet: AF, 80 and D5. RGB value is (175,128,213). Sum of RGB (Red+Green+Blue) = 175+128+213=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D5 is #507F2A. Grayscale: #979797. Windows color (decimal): -5275435 or 13992111. OLE color: 13992111.
HSL color Cylindrical-coordinate representation of color #AF80D5: hue angle of 273.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF80D5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 128 | 213 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.16 |
| HSL | 273.18º | 0.5% | 0.67% | - |
| HSV(B) | 273.18º | 0.4% | 0.84% | - |
| XYZ | 37.41 | 29.36 | 66.65 | - |
| YUV | 151.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 213 | 0.18 | 0.40 | 0 | 0.16 | 273.18 | 0.5 | 0.67 |
| Hex | AF | 80 | D5 | 12 | 28 | 0 | 10 | 111 | 32 | 43 |
| Octal | 257 | 200 | 325 | 22 | 50 | 0 | 20 | 421 | 62 | 103 |
| Binary | 10101111 | 10000000 | 11010101 | 10010 | 101000 | 0 | 10000 | 100010001 | 110010 | 1000011 |
Color Harmonies of #AF80D5
Complementary color
Monochromatic Colors of #AF80D5
Black with #AF80D5
Text Example
Text Example
White with #AF80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80D5; }
p { color: rgb(175,128,213); }
H1.HeaderClassName
{
color: #AF80D5;
}
.AnyTagClassName
{
color: #AF80D5;
}
</style>
background-color css
<style>
a { background-color: #AF80D5; }
a { background-color: rgb(175,128,213); }
div.DivClassName
{
background-color: #AF80D5;
}
.BgClassName
{
background-color: #AF80D5;
}
</style>
border-color css
<style>
span { border-color: #AF80D5; }
span { border-color: rgb(175,128,213); }
td.TdClassName
{
border-color: #AF80D5;
}
.TagClassName
{
border-color: #AF80D5;
}
</style>