Shades of East Side #AF7ECC
Tints of East Side #AF7ECC
RGB
CMYK
RGB Variations
Color information
#AF7ECC (or 0xAF7ECC) is known color: East Side. HEX triplet: AF, 7E and CC. RGB value is (175,126,204). Sum of RGB (Red+Green+Blue) = 175+126+204=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ECC is #508133. Grayscale: #959595. Windows color (decimal): -5275956 or 13401775. OLE color: 13401775.
HSL color Cylindrical-coordinate representation of color #AF7ECC: hue angle of 277.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7ECC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 126 | 204 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.2 |
| HSL | 277.69º | 0.43% | 0.65% | - |
| HSV(B) | 277.69º | 0.38% | 0.8% | - |
| XYZ | 36.04 | 28.4 | 60.71 | - |
| YUV | 149.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 204 | 0.14 | 0.38 | 0 | 0.2 | 277.69 | 0.43 | 0.65 |
| Hex | AF | 7E | CC | E | 26 | 0 | 14 | 116 | 2B | 41 |
| Octal | 257 | 176 | 314 | 16 | 46 | 0 | 24 | 426 | 53 | 101 |
| Binary | 10101111 | 1111110 | 11001100 | 1110 | 100110 | 0 | 10100 | 100010110 | 101011 | 1000001 |
Color Harmonies of #AF7ECC
Complementary color
Monochromatic Colors of #AF7ECC
Black with #AF7ECC
Text Example
Text Example
White with #AF7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ECC; }
p { color: rgb(175,126,204); }
H1.HeaderClassName
{
color: #AF7ECC;
}
.AnyTagClassName
{
color: #AF7ECC;
}
</style>
background-color css
<style>
a { background-color: #AF7ECC; }
a { background-color: rgb(175,126,204); }
div.DivClassName
{
background-color: #AF7ECC;
}
.BgClassName
{
background-color: #AF7ECC;
}
</style>
border-color css
<style>
span { border-color: #AF7ECC; }
span { border-color: rgb(175,126,204); }
td.TdClassName
{
border-color: #AF7ECC;
}
.TagClassName
{
border-color: #AF7ECC;
}
</style>