Shades of East Side #AF95C3
Tints of East Side #AF95C3
RGB
CMYK
RGB Variations
Color information
#AF95C3 (or 0xAF95C3) is known color: East Side. HEX triplet: AF, 95 and C3. RGB value is (175,149,195). Sum of RGB (Red+Green+Blue) = 175+149+195=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF95C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C3 is #506A3C. Grayscale: #A1A1A1. Windows color (decimal): -5270077 or 12817839. OLE color: 12817839.
HSL color Cylindrical-coordinate representation of color #AF95C3: hue angle of 273.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF95C3 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 149 | 195 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.24 |
| HSL | 273.91º | 0.28% | 0.67% | - |
| HSV(B) | 273.91º | 0.24% | 0.76% | - |
| XYZ | 38.28 | 34.55 | 56.28 | - |
| YUV | 162.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 195 | 0.10 | 0.24 | 0 | 0.24 | 273.91 | 0.28 | 0.67 |
| Hex | AF | 95 | C3 | A | 18 | 0 | 18 | 112 | 1C | 43 |
| Octal | 257 | 225 | 303 | 12 | 30 | 0 | 30 | 422 | 34 | 103 |
| Binary | 10101111 | 10010101 | 11000011 | 1010 | 11000 | 0 | 11000 | 100010010 | 11100 | 1000011 |
Color Harmonies of #AF95C3
Complementary color
Monochromatic Colors of #AF95C3
Black with #AF95C3
Text Example
Text Example
White with #AF95C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF95C3; }
p { color: rgb(175,149,195); }
H1.HeaderClassName
{
color: #AF95C3;
}
.AnyTagClassName
{
color: #AF95C3;
}
</style>
background-color css
<style>
a { background-color: #AF95C3; }
a { background-color: rgb(175,149,195); }
div.DivClassName
{
background-color: #AF95C3;
}
.BgClassName
{
background-color: #AF95C3;
}
</style>
border-color css
<style>
span { border-color: #AF95C3; }
span { border-color: rgb(175,149,195); }
td.TdClassName
{
border-color: #AF95C3;
}
.TagClassName
{
border-color: #AF95C3;
}
</style>