Shades of East Side #AF95C4
Tints of East Side #AF95C4
RGB
CMYK
RGB Variations
Color information
#AF95C4 (or 0xAF95C4) is known color: East Side. HEX triplet: AF, 95 and C4. RGB value is (175,149,196). Sum of RGB (Red+Green+Blue) = 175+149+196=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF95C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C4 is #506A3B. Grayscale: #A1A1A1. Windows color (decimal): -5270076 or 12883375. OLE color: 12883375.
HSL color Cylindrical-coordinate representation of color #AF95C4: hue angle of 273.19º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF95C4 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 149 | 196 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.23 |
| HSL | 273.19º | 0.28% | 0.68% | - |
| HSV(B) | 273.19º | 0.24% | 0.77% | - |
| XYZ | 38.39 | 34.59 | 56.88 | - |
| YUV | 162.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 196 | 0.11 | 0.24 | 0 | 0.23 | 273.19 | 0.28 | 0.68 |
| Hex | AF | 95 | C4 | B | 18 | 0 | 17 | 111 | 1C | 44 |
| Octal | 257 | 225 | 304 | 13 | 30 | 0 | 27 | 421 | 34 | 104 |
| Binary | 10101111 | 10010101 | 11000100 | 1011 | 11000 | 0 | 10111 | 100010001 | 11100 | 1000100 |
Color Harmonies of #AF95C4
Complementary color
Monochromatic Colors of #AF95C4
Black with #AF95C4
Text Example
Text Example
White with #AF95C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF95C4; }
p { color: rgb(175,149,196); }
H1.HeaderClassName
{
color: #AF95C4;
}
.AnyTagClassName
{
color: #AF95C4;
}
</style>
background-color css
<style>
a { background-color: #AF95C4; }
a { background-color: rgb(175,149,196); }
div.DivClassName
{
background-color: #AF95C4;
}
.BgClassName
{
background-color: #AF95C4;
}
</style>
border-color css
<style>
span { border-color: #AF95C4; }
span { border-color: rgb(175,149,196); }
td.TdClassName
{
border-color: #AF95C4;
}
.TagClassName
{
border-color: #AF95C4;
}
</style>