Shades of East Side #AF92BD
Tints of East Side #AF92BD
RGB
CMYK
RGB Variations
Color information
#AF92BD (or 0xAF92BD) is known color: East Side. HEX triplet: AF, 92 and BD. RGB value is (175,146,189). Sum of RGB (Red+Green+Blue) = 175+146+189=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92BD is #506D42. Grayscale: #9F9F9F. Windows color (decimal): -5270851 or 12423855. OLE color: 12423855.
HSL color Cylindrical-coordinate representation of color #AF92BD: hue angle of 280.47º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF92BD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 146 | 189 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.26 |
| HSL | 280.47º | 0.25% | 0.66% | - |
| HSV(B) | 280.47º | 0.23% | 0.74% | - |
| XYZ | 37.14 | 33.35 | 52.62 | - |
| YUV | 159.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 189 | 0.07 | 0.23 | 0 | 0.26 | 280.47 | 0.25 | 0.66 |
| Hex | AF | 92 | BD | 7 | 17 | 0 | 1A | 118 | 19 | 42 |
| Octal | 257 | 222 | 275 | 7 | 27 | 0 | 32 | 430 | 31 | 102 |
| Binary | 10101111 | 10010010 | 10111101 | 111 | 10111 | 0 | 11010 | 100011000 | 11001 | 1000010 |
Color Harmonies of #AF92BD
Complementary color
Monochromatic Colors of #AF92BD
Black with #AF92BD
Text Example
Text Example
White with #AF92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92BD; }
p { color: rgb(175,146,189); }
H1.HeaderClassName
{
color: #AF92BD;
}
.AnyTagClassName
{
color: #AF92BD;
}
</style>
background-color css
<style>
a { background-color: #AF92BD; }
a { background-color: rgb(175,146,189); }
div.DivClassName
{
background-color: #AF92BD;
}
.BgClassName
{
background-color: #AF92BD;
}
</style>
border-color css
<style>
span { border-color: #AF92BD; }
span { border-color: rgb(175,146,189); }
td.TdClassName
{
border-color: #AF92BD;
}
.TagClassName
{
border-color: #AF92BD;
}
</style>