Shades of East Side #AF80BD
Tints of East Side #AF80BD
RGB
CMYK
RGB Variations
Color information
#AF80BD (or 0xAF80BD) is known color: East Side. HEX triplet: AF, 80 and BD. RGB value is (175,128,189). Sum of RGB (Red+Green+Blue) = 175+128+189=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80BD is #507F42. Grayscale: #949494. Windows color (decimal): -5275459 or 12419247. OLE color: 12419247.
HSL color Cylindrical-coordinate representation of color #AF80BD: hue angle of 286.23º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF80BD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 128 | 189 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.26 |
| HSL | 286.23º | 0.32% | 0.62% | - |
| HSV(B) | 286.23º | 0.32% | 0.74% | - |
| XYZ | 34.58 | 28.23 | 51.77 | - |
| YUV | 149.01 | 150.57 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 189 | 0.07 | 0.32 | 0 | 0.26 | 286.23 | 0.32 | 0.62 |
| Hex | AF | 80 | BD | 7 | 20 | 0 | 1A | 11E | 20 | 3E |
| Octal | 257 | 200 | 275 | 7 | 40 | 0 | 32 | 436 | 40 | 76 |
| Binary | 10101111 | 10000000 | 10111101 | 111 | 100000 | 0 | 11010 | 100011110 | 100000 | 111110 |
Color Harmonies of #AF80BD
Complementary color
Monochromatic Colors of #AF80BD
Black with #AF80BD
Text Example
Text Example
White with #AF80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80BD; }
p { color: rgb(175,128,189); }
H1.HeaderClassName
{
color: #AF80BD;
}
.AnyTagClassName
{
color: #AF80BD;
}
</style>
background-color css
<style>
a { background-color: #AF80BD; }
a { background-color: rgb(175,128,189); }
div.DivClassName
{
background-color: #AF80BD;
}
.BgClassName
{
background-color: #AF80BD;
}
</style>
border-color css
<style>
span { border-color: #AF80BD; }
span { border-color: rgb(175,128,189); }
td.TdClassName
{
border-color: #AF80BD;
}
.TagClassName
{
border-color: #AF80BD;
}
</style>