Shades of East Side #AF7EC3
Tints of East Side #AF7EC3
RGB
CMYK
RGB Variations
Color information
#AF7EC3 (or 0xAF7EC3) is known color: East Side. HEX triplet: AF, 7E and C3. RGB value is (175,126,195). Sum of RGB (Red+Green+Blue) = 175+126+195=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF7EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EC3 is #50813C. Grayscale: #949494. Windows color (decimal): -5275965 or 12811951. OLE color: 12811951.
HSL color Cylindrical-coordinate representation of color #AF7EC3: hue angle of 282.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7EC3 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 126 | 195 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.24 |
| HSL | 282.61º | 0.37% | 0.63% | - |
| HSV(B) | 282.61º | 0.35% | 0.76% | - |
| XYZ | 34.99 | 27.98 | 55.19 | - |
| YUV | 148.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 195 | 0.10 | 0.35 | 0 | 0.24 | 282.61 | 0.37 | 0.63 |
| Hex | AF | 7E | C3 | A | 23 | 0 | 18 | 11B | 25 | 3F |
| Octal | 257 | 176 | 303 | 12 | 43 | 0 | 30 | 433 | 45 | 77 |
| Binary | 10101111 | 1111110 | 11000011 | 1010 | 100011 | 0 | 11000 | 100011011 | 100101 | 111111 |
Color Harmonies of #AF7EC3
Complementary color
Monochromatic Colors of #AF7EC3
Black with #AF7EC3
Text Example
Text Example
White with #AF7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EC3; }
p { color: rgb(175,126,195); }
H1.HeaderClassName
{
color: #AF7EC3;
}
.AnyTagClassName
{
color: #AF7EC3;
}
</style>
background-color css
<style>
a { background-color: #AF7EC3; }
a { background-color: rgb(175,126,195); }
div.DivClassName
{
background-color: #AF7EC3;
}
.BgClassName
{
background-color: #AF7EC3;
}
</style>
border-color css
<style>
span { border-color: #AF7EC3; }
span { border-color: rgb(175,126,195); }
td.TdClassName
{
border-color: #AF7EC3;
}
.TagClassName
{
border-color: #AF7EC3;
}
</style>