Shades of East Side #AF95BD
Tints of East Side #AF95BD
RGB
CMYK
RGB Variations
Color information
#AF95BD (or 0xAF95BD) is known color: East Side. HEX triplet: AF, 95 and BD. RGB value is (175,149,189). Sum of RGB (Red+Green+Blue) = 175+149+189=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF95BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95BD is #506A42. Grayscale: #A1A1A1. Windows color (decimal): -5270083 or 12424623. OLE color: 12424623.
HSL color Cylindrical-coordinate representation of color #AF95BD: hue angle of 279º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF95BD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 149 | 189 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.26 |
| HSL | 279º | 0.23% | 0.66% | - |
| HSV(B) | 279º | 0.21% | 0.74% | - |
| XYZ | 37.61 | 34.28 | 52.78 | - |
| YUV | 161.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 189 | 0.07 | 0.21 | 0 | 0.26 | 279 | 0.23 | 0.66 |
| Hex | AF | 95 | BD | 7 | 15 | 0 | 1A | 117 | 17 | 42 |
| Octal | 257 | 225 | 275 | 7 | 25 | 0 | 32 | 427 | 27 | 102 |
| Binary | 10101111 | 10010101 | 10111101 | 111 | 10101 | 0 | 11010 | 100010111 | 10111 | 1000010 |
Color Harmonies of #AF95BD
Complementary color
Monochromatic Colors of #AF95BD
Black with #AF95BD
Text Example
Text Example
White with #AF95BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF95BD; }
p { color: rgb(175,149,189); }
H1.HeaderClassName
{
color: #AF95BD;
}
.AnyTagClassName
{
color: #AF95BD;
}
</style>
background-color css
<style>
a { background-color: #AF95BD; }
a { background-color: rgb(175,149,189); }
div.DivClassName
{
background-color: #AF95BD;
}
.BgClassName
{
background-color: #AF95BD;
}
</style>
border-color css
<style>
span { border-color: #AF95BD; }
span { border-color: rgb(175,149,189); }
td.TdClassName
{
border-color: #AF95BD;
}
.TagClassName
{
border-color: #AF95BD;
}
</style>