Shades of East Side #AF95C5
Tints of East Side #AF95C5
RGB
CMYK
RGB Variations
Color information
#AF95C5 (or 0xAF95C5) is known color: East Side. HEX triplet: AF, 95 and C5. RGB value is (175,149,197). Sum of RGB (Red+Green+Blue) = 175+149+197=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF95C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C5 is #506A3A. Grayscale: #A2A2A2. Windows color (decimal): -5270075 or 12948911. OLE color: 12948911.
HSL color Cylindrical-coordinate representation of color #AF95C5: hue angle of 272.5º degrees, saturation: 0.29, 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 #AF95C5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 149 | 197 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.23 |
| HSL | 272.5º | 0.29% | 0.68% | - |
| HSV(B) | 272.5º | 0.24% | 0.77% | - |
| XYZ | 38.5 | 34.64 | 57.48 | - |
| YUV | 162.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 197 | 0.11 | 0.24 | 0 | 0.23 | 272.5 | 0.29 | 0.68 |
| Hex | AF | 95 | C5 | B | 18 | 0 | 17 | 110 | 1D | 44 |
| Octal | 257 | 225 | 305 | 13 | 30 | 0 | 27 | 420 | 35 | 104 |
| Binary | 10101111 | 10010101 | 11000101 | 1011 | 11000 | 0 | 10111 | 100010000 | 11101 | 1000100 |
Color Harmonies of #AF95C5
Complementary color
Monochromatic Colors of #AF95C5
Black with #AF95C5
Text Example
Text Example
White with #AF95C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF95C5; }
p { color: rgb(175,149,197); }
H1.HeaderClassName
{
color: #AF95C5;
}
.AnyTagClassName
{
color: #AF95C5;
}
</style>
background-color css
<style>
a { background-color: #AF95C5; }
a { background-color: rgb(175,149,197); }
div.DivClassName
{
background-color: #AF95C5;
}
.BgClassName
{
background-color: #AF95C5;
}
</style>
border-color css
<style>
span { border-color: #AF95C5; }
span { border-color: rgb(175,149,197); }
td.TdClassName
{
border-color: #AF95C5;
}
.TagClassName
{
border-color: #AF95C5;
}
</style>