Shades of East Side #AF80B5
Tints of East Side #AF80B5
RGB
CMYK
RGB Variations
Color information
#AF80B5 (or 0xAF80B5) is known color: East Side. HEX triplet: AF, 80 and B5. RGB value is (175,128,181). Sum of RGB (Red+Green+Blue) = 175+128+181=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF80B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80B5 is #507F4A. Grayscale: #939393. Windows color (decimal): -5275467 or 11894959. OLE color: 11894959.
HSL color Cylindrical-coordinate representation of color #AF80B5: hue angle of 293.21º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF80B5 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 128 | 181 | - |
CMYK | 0.03 | 0.29 | 0 | 0.29 |
HSL | 293.21º | 0.26% | 0.61% | - |
HSV(B) | 293.21º | 0.29% | 0.71% | - |
XYZ | 33.74 | 27.89 | 47.32 | - |
YUV | 148.1 | 146.57 | 147.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 128 | 181 | 0.03 | 0.29 | 0 | 0.29 | 293.21 | 0.26 | 0.61 |
Hex | AF | 80 | B5 | 3 | 1D | 0 | 1D | 125 | 1A | 3D |
Octal | 257 | 200 | 265 | 3 | 35 | 0 | 35 | 445 | 32 | 75 |
Binary | 10101111 | 10000000 | 10110101 | 11 | 11101 | 0 | 11101 | 100100101 | 11010 | 111101 |
Color Harmonies of #AF80B5
Complementary color
Monochromatic Colors of #AF80B5
Black with #AF80B5
Text Example
Text Example
White with #AF80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80B5; }
p { color: rgb(175,128,181); }
H1.HeaderClassName
{
color: #AF80B5;
}
.AnyTagClassName
{
color: #AF80B5;
}
</style>
background-color css
<style>
a { background-color: #AF80B5; }
a { background-color: rgb(175,128,181); }
div.DivClassName
{
background-color: #AF80B5;
}
.BgClassName
{
background-color: #AF80B5;
}
</style>
border-color css
<style>
span { border-color: #AF80B5; }
span { border-color: rgb(175,128,181); }
td.TdClassName
{
border-color: #AF80B5;
}
.TagClassName
{
border-color: #AF80B5;
}
</style>