Shades of East Side #AF96C3
Tints of East Side #AF96C3
RGB
CMYK
RGB Variations
Color information
#AF96C3 (or 0xAF96C3) is known color: East Side. HEX triplet: AF, 96 and C3. RGB value is (175,150,195). Sum of RGB (Red+Green+Blue) = 175+150+195=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF96C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96C3 is #50693C. Grayscale: #A2A2A2. Windows color (decimal): -5269821 or 12818095. OLE color: 12818095.
HSL color Cylindrical-coordinate representation of color #AF96C3: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF96C3 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 150 | 195 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.24 |
| HSL | 273.33º | 0.27% | 0.68% | - |
| HSV(B) | 273.33º | 0.23% | 0.76% | - |
| XYZ | 38.44 | 34.87 | 56.33 | - |
| YUV | 162.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 195 | 0.10 | 0.23 | 0 | 0.24 | 273.33 | 0.27 | 0.68 |
| Hex | AF | 96 | C3 | A | 17 | 0 | 18 | 111 | 1B | 44 |
| Octal | 257 | 226 | 303 | 12 | 27 | 0 | 30 | 421 | 33 | 104 |
| Binary | 10101111 | 10010110 | 11000011 | 1010 | 10111 | 0 | 11000 | 100010001 | 11011 | 1000100 |
Color Harmonies of #AF96C3
Complementary color
Monochromatic Colors of #AF96C3
Black with #AF96C3
Text Example
Text Example
White with #AF96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96C3; }
p { color: rgb(175,150,195); }
H1.HeaderClassName
{
color: #AF96C3;
}
.AnyTagClassName
{
color: #AF96C3;
}
</style>
background-color css
<style>
a { background-color: #AF96C3; }
a { background-color: rgb(175,150,195); }
div.DivClassName
{
background-color: #AF96C3;
}
.BgClassName
{
background-color: #AF96C3;
}
</style>
border-color css
<style>
span { border-color: #AF96C3; }
span { border-color: rgb(175,150,195); }
td.TdClassName
{
border-color: #AF96C3;
}
.TagClassName
{
border-color: #AF96C3;
}
</style>