Shades of East Side #AF96BD
Tints of East Side #AF96BD
RGB
CMYK
RGB Variations
Color information
#AF96BD (or 0xAF96BD) is known color: East Side. HEX triplet: AF, 96 and BD. RGB value is (175,150,189). Sum of RGB (Red+Green+Blue) = 175+150+189=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BD is #506942. Grayscale: #A1A1A1. Windows color (decimal): -5269827 or 12424879. OLE color: 12424879.
HSL color Cylindrical-coordinate representation of color #AF96BD: hue angle of 278.46º 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 #AF96BD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 150 | 189 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.26 |
| HSL | 278.46º | 0.23% | 0.66% | - |
| HSV(B) | 278.46º | 0.21% | 0.74% | - |
| XYZ | 37.77 | 34.6 | 52.83 | - |
| YUV | 161.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 189 | 0.07 | 0.21 | 0 | 0.26 | 278.46 | 0.23 | 0.66 |
| Hex | AF | 96 | BD | 7 | 15 | 0 | 1A | 116 | 17 | 42 |
| Octal | 257 | 226 | 275 | 7 | 25 | 0 | 32 | 426 | 27 | 102 |
| Binary | 10101111 | 10010110 | 10111101 | 111 | 10101 | 0 | 11010 | 100010110 | 10111 | 1000010 |
Color Harmonies of #AF96BD
Complementary color
Monochromatic Colors of #AF96BD
Black with #AF96BD
Text Example
Text Example
White with #AF96BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96BD; }
p { color: rgb(175,150,189); }
H1.HeaderClassName
{
color: #AF96BD;
}
.AnyTagClassName
{
color: #AF96BD;
}
</style>
background-color css
<style>
a { background-color: #AF96BD; }
a { background-color: rgb(175,150,189); }
div.DivClassName
{
background-color: #AF96BD;
}
.BgClassName
{
background-color: #AF96BD;
}
</style>
border-color css
<style>
span { border-color: #AF96BD; }
span { border-color: rgb(175,150,189); }
td.TdClassName
{
border-color: #AF96BD;
}
.TagClassName
{
border-color: #AF96BD;
}
</style>