Shades of East Side #AF96C4
Tints of East Side #AF96C4
RGB
CMYK
RGB Variations
Color information
#AF96C4 (or 0xAF96C4) is known color: East Side. HEX triplet: AF, 96 and C4. RGB value is (175,150,196). Sum of RGB (Red+Green+Blue) = 175+150+196=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF96C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96C4 is #50693B. Grayscale: #A2A2A2. Windows color (decimal): -5269820 or 12883631. OLE color: 12883631.
HSL color Cylindrical-coordinate representation of color #AF96C4: hue angle of 272.61º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF96C4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 150 | 196 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.23 |
| HSL | 272.61º | 0.28% | 0.68% | - |
| HSV(B) | 272.61º | 0.23% | 0.77% | - |
| XYZ | 38.55 | 34.91 | 56.93 | - |
| YUV | 162.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 196 | 0.11 | 0.23 | 0 | 0.23 | 272.61 | 0.28 | 0.68 |
| Hex | AF | 96 | C4 | B | 17 | 0 | 17 | 111 | 1C | 44 |
| Octal | 257 | 226 | 304 | 13 | 27 | 0 | 27 | 421 | 34 | 104 |
| Binary | 10101111 | 10010110 | 11000100 | 1011 | 10111 | 0 | 10111 | 100010001 | 11100 | 1000100 |
Color Harmonies of #AF96C4
Complementary color
Monochromatic Colors of #AF96C4
Black with #AF96C4
Text Example
Text Example
White with #AF96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF96C4; }
p { color: rgb(175,150,196); }
H1.HeaderClassName
{
color: #AF96C4;
}
.AnyTagClassName
{
color: #AF96C4;
}
</style>
background-color css
<style>
a { background-color: #AF96C4; }
a { background-color: rgb(175,150,196); }
div.DivClassName
{
background-color: #AF96C4;
}
.BgClassName
{
background-color: #AF96C4;
}
</style>
border-color css
<style>
span { border-color: #AF96C4; }
span { border-color: rgb(175,150,196); }
td.TdClassName
{
border-color: #AF96C4;
}
.TagClassName
{
border-color: #AF96C4;
}
</style>