Shades of East Side #AF97C2
Tints of East Side #AF97C2
RGB
CMYK
RGB Variations
Color information
#AF97C2 (or 0xAF97C2) is known color: East Side. HEX triplet: AF, 97 and C2. RGB value is (175,151,194). Sum of RGB (Red+Green+Blue) = 175+151+194=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF97C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97C2 is #50683D. Grayscale: #A2A2A2. Windows color (decimal): -5269566 or 12752815. OLE color: 12752815.
HSL color Cylindrical-coordinate representation of color #AF97C2: hue angle of 273.49º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF97C2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 151 | 194 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.24 |
| HSL | 273.49º | 0.26% | 0.68% | - |
| HSV(B) | 273.49º | 0.22% | 0.76% | - |
| XYZ | 38.48 | 35.14 | 55.79 | - |
| YUV | 163.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 194 | 0.10 | 0.22 | 0 | 0.24 | 273.49 | 0.26 | 0.68 |
| Hex | AF | 97 | C2 | A | 16 | 0 | 18 | 111 | 1A | 44 |
| Octal | 257 | 227 | 302 | 12 | 26 | 0 | 30 | 421 | 32 | 104 |
| Binary | 10101111 | 10010111 | 11000010 | 1010 | 10110 | 0 | 11000 | 100010001 | 11010 | 1000100 |
Color Harmonies of #AF97C2
Complementary color
Monochromatic Colors of #AF97C2
Black with #AF97C2
Text Example
Text Example
White with #AF97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF97C2; }
p { color: rgb(175,151,194); }
H1.HeaderClassName
{
color: #AF97C2;
}
.AnyTagClassName
{
color: #AF97C2;
}
</style>
background-color css
<style>
a { background-color: #AF97C2; }
a { background-color: rgb(175,151,194); }
div.DivClassName
{
background-color: #AF97C2;
}
.BgClassName
{
background-color: #AF97C2;
}
</style>
border-color css
<style>
span { border-color: #AF97C2; }
span { border-color: rgb(175,151,194); }
td.TdClassName
{
border-color: #AF97C2;
}
.TagClassName
{
border-color: #AF97C2;
}
</style>