Shades of East Side #AF7ECB
Tints of East Side #AF7ECB
RGB
CMYK
RGB Variations
Color information
#AF7ECB (or 0xAF7ECB) is known color: East Side. HEX triplet: AF, 7E and CB. RGB value is (175,126,203). Sum of RGB (Red+Green+Blue) = 175+126+203=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF7ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ECB is #508134. Grayscale: #959595. Windows color (decimal): -5275957 or 13336239. OLE color: 13336239.
HSL color Cylindrical-coordinate representation of color #AF7ECB: hue angle of 278.18º 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 #AF7ECB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 126 | 203 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.20 |
| HSL | 278.18º | 0.43% | 0.65% | - |
| HSV(B) | 278.18º | 0.38% | 0.8% | - |
| XYZ | 35.92 | 28.35 | 60.08 | - |
| YUV | 149.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 203 | 0.14 | 0.38 | 0 | 0.20 | 278.18 | 0.43 | 0.65 |
| Hex | AF | 7E | CB | E | 26 | 0 | 14 | 116 | 2B | 41 |
| Octal | 257 | 176 | 313 | 16 | 46 | 0 | 24 | 426 | 53 | 101 |
| Binary | 10101111 | 1111110 | 11001011 | 1110 | 100110 | 0 | 10100 | 100010110 | 101011 | 1000001 |
Color Harmonies of #AF7ECB
Complementary color
Monochromatic Colors of #AF7ECB
Black with #AF7ECB
Text Example
Text Example
White with #AF7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ECB; }
p { color: rgb(175,126,203); }
H1.HeaderClassName
{
color: #AF7ECB;
}
.AnyTagClassName
{
color: #AF7ECB;
}
</style>
background-color css
<style>
a { background-color: #AF7ECB; }
a { background-color: rgb(175,126,203); }
div.DivClassName
{
background-color: #AF7ECB;
}
.BgClassName
{
background-color: #AF7ECB;
}
</style>
border-color css
<style>
span { border-color: #AF7ECB; }
span { border-color: rgb(175,126,203); }
td.TdClassName
{
border-color: #AF7ECB;
}
.TagClassName
{
border-color: #AF7ECB;
}
</style>