Shades of East Side #AF7CC5
Tints of East Side #AF7CC5
RGB
CMYK
RGB Variations
Color information
#AF7CC5 (or 0xAF7CC5) is known color: East Side. HEX triplet: AF, 7C and C5. RGB value is (175,124,197). Sum of RGB (Red+Green+Blue) = 175+124+197=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF7CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CC5 is #50833A. Grayscale: #939393. Windows color (decimal): -5276475 or 12942511. OLE color: 12942511.
HSL color Cylindrical-coordinate representation of color #AF7CC5: hue angle of 281.92º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF7CC5 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 124 | 197 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.23 |
| HSL | 281.92º | 0.39% | 0.63% | - |
| HSV(B) | 281.92º | 0.37% | 0.77% | - |
| XYZ | 34.96 | 27.56 | 56.3 | - |
| YUV | 147.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 197 | 0.11 | 0.37 | 0 | 0.23 | 281.92 | 0.39 | 0.63 |
| Hex | AF | 7C | C5 | B | 25 | 0 | 17 | 11A | 27 | 3F |
| Octal | 257 | 174 | 305 | 13 | 45 | 0 | 27 | 432 | 47 | 77 |
| Binary | 10101111 | 1111100 | 11000101 | 1011 | 100101 | 0 | 10111 | 100011010 | 100111 | 111111 |
Color Harmonies of #AF7CC5
Complementary color
Monochromatic Colors of #AF7CC5
Black with #AF7CC5
Text Example
Text Example
White with #AF7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CC5; }
p { color: rgb(175,124,197); }
H1.HeaderClassName
{
color: #AF7CC5;
}
.AnyTagClassName
{
color: #AF7CC5;
}
</style>
background-color css
<style>
a { background-color: #AF7CC5; }
a { background-color: rgb(175,124,197); }
div.DivClassName
{
background-color: #AF7CC5;
}
.BgClassName
{
background-color: #AF7CC5;
}
</style>
border-color css
<style>
span { border-color: #AF7CC5; }
span { border-color: rgb(175,124,197); }
td.TdClassName
{
border-color: #AF7CC5;
}
.TagClassName
{
border-color: #AF7CC5;
}
</style>