Shades of East Side #AF71C3
Tints of East Side #AF71C3
RGB
CMYK
RGB Variations
Color information
#AF71C3 (or 0xAF71C3) is known color: East Side. HEX triplet: AF, 71 and C3. RGB value is (175,113,195). Sum of RGB (Red+Green+Blue) = 175+113+195=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF71C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71C3 is #508E3C. Grayscale: #8C8C8C. Windows color (decimal): -5279293 or 12808623. OLE color: 12808623.
HSL color Cylindrical-coordinate representation of color #AF71C3: hue angle of 285.37º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF71C3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 113 | 195 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.24 |
| HSL | 285.37º | 0.41% | 0.6% | - |
| HSV(B) | 285.37º | 0.42% | 0.76% | - |
| XYZ | 33.43 | 24.86 | 54.67 | - |
| YUV | 140.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 195 | 0.10 | 0.42 | 0 | 0.24 | 285.37 | 0.41 | 0.6 |
| Hex | AF | 71 | C3 | A | 2A | 0 | 18 | 11D | 29 | 3C |
| Octal | 257 | 161 | 303 | 12 | 52 | 0 | 30 | 435 | 51 | 74 |
| Binary | 10101111 | 1110001 | 11000011 | 1010 | 101010 | 0 | 11000 | 100011101 | 101001 | 111100 |
Color Harmonies of #AF71C3
Complementary color
Monochromatic Colors of #AF71C3
Black with #AF71C3
Text Example
Text Example
White with #AF71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71C3; }
p { color: rgb(175,113,195); }
H1.HeaderClassName
{
color: #AF71C3;
}
.AnyTagClassName
{
color: #AF71C3;
}
</style>
background-color css
<style>
a { background-color: #AF71C3; }
a { background-color: rgb(175,113,195); }
div.DivClassName
{
background-color: #AF71C3;
}
.BgClassName
{
background-color: #AF71C3;
}
</style>
border-color css
<style>
span { border-color: #AF71C3; }
span { border-color: rgb(175,113,195); }
td.TdClassName
{
border-color: #AF71C3;
}
.TagClassName
{
border-color: #AF71C3;
}
</style>