Shades of East Side #AF93B5
Tints of East Side #AF93B5
RGB
CMYK
RGB Variations
Color information
#AF93B5 (or 0xAF93B5) is known color: East Side. HEX triplet: AF, 93 and B5. RGB value is (175,147,181). Sum of RGB (Red+Green+Blue) = 175+147+181=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF93B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93B5 is #506C4A. Grayscale: #9F9F9F. Windows color (decimal): -5270603 or 11899823. OLE color: 11899823.
HSL color Cylindrical-coordinate representation of color #AF93B5: hue angle of 289.41º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF93B5 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 147 | 181 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.29 |
| HSL | 289.41º | 0.19% | 0.64% | - |
| HSV(B) | 289.41º | 0.19% | 0.71% | - |
| XYZ | 36.45 | 33.32 | 48.23 | - |
| YUV | 159.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 181 | 0.03 | 0.19 | 0 | 0.29 | 289.41 | 0.19 | 0.64 |
| Hex | AF | 93 | B5 | 3 | 13 | 0 | 1D | 121 | 13 | 40 |
| Octal | 257 | 223 | 265 | 3 | 23 | 0 | 35 | 441 | 23 | 100 |
| Binary | 10101111 | 10010011 | 10110101 | 11 | 10011 | 0 | 11101 | 100100001 | 10011 | 1000000 |
Color Harmonies of #AF93B5
Complementary color
Monochromatic Colors of #AF93B5
Black with #AF93B5
Text Example
Text Example
White with #AF93B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93B5; }
p { color: rgb(175,147,181); }
H1.HeaderClassName
{
color: #AF93B5;
}
.AnyTagClassName
{
color: #AF93B5;
}
</style>
background-color css
<style>
a { background-color: #AF93B5; }
a { background-color: rgb(175,147,181); }
div.DivClassName
{
background-color: #AF93B5;
}
.BgClassName
{
background-color: #AF93B5;
}
</style>
border-color css
<style>
span { border-color: #AF93B5; }
span { border-color: rgb(175,147,181); }
td.TdClassName
{
border-color: #AF93B5;
}
.TagClassName
{
border-color: #AF93B5;
}
</style>