Shades of East Side #AF7ACE
Tints of East Side #AF7ACE
RGB
CMYK
RGB Variations
Color information
#AF7ACE (or 0xAF7ACE) is known color: East Side. HEX triplet: AF, 7A and CE. RGB value is (175,122,206). Sum of RGB (Red+Green+Blue) = 175+122+206=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ACE is #508531. Grayscale: #939393. Windows color (decimal): -5276978 or 13531823. OLE color: 13531823.
HSL color Cylindrical-coordinate representation of color #AF7ACE: hue angle of 277.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7ACE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 122 | 206 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.19 |
| HSL | 277.86º | 0.46% | 0.64% | - |
| HSV(B) | 277.86º | 0.41% | 0.81% | - |
| XYZ | 35.78 | 27.49 | 61.81 | - |
| YUV | 147.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 206 | 0.15 | 0.41 | 0 | 0.19 | 277.86 | 0.46 | 0.64 |
| Hex | AF | 7A | CE | F | 29 | 0 | 13 | 116 | 2E | 40 |
| Octal | 257 | 172 | 316 | 17 | 51 | 0 | 23 | 426 | 56 | 100 |
| Binary | 10101111 | 1111010 | 11001110 | 1111 | 101001 | 0 | 10011 | 100010110 | 101110 | 1000000 |
Color Harmonies of #AF7ACE
Complementary color
Monochromatic Colors of #AF7ACE
Black with #AF7ACE
Text Example
Text Example
White with #AF7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ACE; }
p { color: rgb(175,122,206); }
H1.HeaderClassName
{
color: #AF7ACE;
}
.AnyTagClassName
{
color: #AF7ACE;
}
</style>
background-color css
<style>
a { background-color: #AF7ACE; }
a { background-color: rgb(175,122,206); }
div.DivClassName
{
background-color: #AF7ACE;
}
.BgClassName
{
background-color: #AF7ACE;
}
</style>
border-color css
<style>
span { border-color: #AF7ACE; }
span { border-color: rgb(175,122,206); }
td.TdClassName
{
border-color: #AF7ACE;
}
.TagClassName
{
border-color: #AF7ACE;
}
</style>