Shades of East Side #AF80B4
Tints of East Side #AF80B4
RGB
CMYK
RGB Variations
Color information
#AF80B4 (or 0xAF80B4) is known color: East Side. HEX triplet: AF, 80 and B4. RGB value is (175,128,180). Sum of RGB (Red+Green+Blue) = 175+128+180=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF80B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80B4 is #507F4B. Grayscale: #939393. Windows color (decimal): -5275468 or 11829423. OLE color: 11829423.
HSL color Cylindrical-coordinate representation of color #AF80B4: hue angle of 294.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF80B4 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 128 | 180 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.29 |
| HSL | 294.23º | 0.26% | 0.6% | - |
| HSV(B) | 294.23º | 0.29% | 0.71% | - |
| XYZ | 33.64 | 27.85 | 46.78 | - |
| YUV | 147.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 180 | 0.03 | 0.29 | 0 | 0.29 | 294.23 | 0.26 | 0.6 |
| Hex | AF | 80 | B4 | 3 | 1D | 0 | 1D | 126 | 1A | 3C |
| Octal | 257 | 200 | 264 | 3 | 35 | 0 | 35 | 446 | 32 | 74 |
| Binary | 10101111 | 10000000 | 10110100 | 11 | 11101 | 0 | 11101 | 100100110 | 11010 | 111100 |
Color Harmonies of #AF80B4
Complementary color
Monochromatic Colors of #AF80B4
Black with #AF80B4
Text Example
Text Example
White with #AF80B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80B4; }
p { color: rgb(175,128,180); }
H1.HeaderClassName
{
color: #AF80B4;
}
.AnyTagClassName
{
color: #AF80B4;
}
</style>
background-color css
<style>
a { background-color: #AF80B4; }
a { background-color: rgb(175,128,180); }
div.DivClassName
{
background-color: #AF80B4;
}
.BgClassName
{
background-color: #AF80B4;
}
</style>
border-color css
<style>
span { border-color: #AF80B4; }
span { border-color: rgb(175,128,180); }
td.TdClassName
{
border-color: #AF80B4;
}
.TagClassName
{
border-color: #AF80B4;
}
</style>