Shades of East Side #AF77CD
Tints of East Side #AF77CD
RGB
CMYK
RGB Variations
Color information
#AF77CD (or 0xAF77CD) is known color: East Side. HEX triplet: AF, 77 and CD. RGB value is (175,119,205). Sum of RGB (Red+Green+Blue) = 175+119+205=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77CD is #508832. Grayscale: #919191. Windows color (decimal): -5277747 or 13465519. OLE color: 13465519.
HSL color Cylindrical-coordinate representation of color #AF77CD: hue angle of 279.07º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF77CD is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 119 | 205 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.20 |
| HSL | 279.07º | 0.46% | 0.64% | - |
| HSV(B) | 279.07º | 0.42% | 0.8% | - |
| XYZ | 35.3 | 26.72 | 61.05 | - |
| YUV | 145.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 205 | 0.15 | 0.42 | 0 | 0.20 | 279.07 | 0.46 | 0.64 |
| Hex | AF | 77 | CD | F | 2A | 0 | 14 | 117 | 2E | 40 |
| Octal | 257 | 167 | 315 | 17 | 52 | 0 | 24 | 427 | 56 | 100 |
| Binary | 10101111 | 1110111 | 11001101 | 1111 | 101010 | 0 | 10100 | 100010111 | 101110 | 1000000 |
Color Harmonies of #AF77CD
Complementary color
Monochromatic Colors of #AF77CD
Black with #AF77CD
Text Example
Text Example
White with #AF77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77CD; }
p { color: rgb(175,119,205); }
H1.HeaderClassName
{
color: #AF77CD;
}
.AnyTagClassName
{
color: #AF77CD;
}
</style>
background-color css
<style>
a { background-color: #AF77CD; }
a { background-color: rgb(175,119,205); }
div.DivClassName
{
background-color: #AF77CD;
}
.BgClassName
{
background-color: #AF77CD;
}
</style>
border-color css
<style>
span { border-color: #AF77CD; }
span { border-color: rgb(175,119,205); }
td.TdClassName
{
border-color: #AF77CD;
}
.TagClassName
{
border-color: #AF77CD;
}
</style>