Shades of East Side #AF78C1
Tints of East Side #AF78C1
RGB
CMYK
RGB Variations
Color information
#AF78C1 (or 0xAF78C1) is known color: East Side. HEX triplet: AF, 78 and C1. RGB value is (175,120,193). Sum of RGB (Red+Green+Blue) = 175+120+193=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF78C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78C1 is #50873E. Grayscale: #909090. Windows color (decimal): -5277503 or 12679343. OLE color: 12679343.
HSL color Cylindrical-coordinate representation of color #AF78C1: hue angle of 285.21º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF78C1 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 120 | 193 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.24 |
| HSL | 285.21º | 0.37% | 0.61% | - |
| HSV(B) | 285.21º | 0.38% | 0.76% | - |
| XYZ | 34.02 | 26.4 | 53.75 | - |
| YUV | 144.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 193 | 0.09 | 0.38 | 0 | 0.24 | 285.21 | 0.37 | 0.61 |
| Hex | AF | 78 | C1 | 9 | 26 | 0 | 18 | 11D | 25 | 3D |
| Octal | 257 | 170 | 301 | 11 | 46 | 0 | 30 | 435 | 45 | 75 |
| Binary | 10101111 | 1111000 | 11000001 | 1001 | 100110 | 0 | 11000 | 100011101 | 100101 | 111101 |
Color Harmonies of #AF78C1
Complementary color
Monochromatic Colors of #AF78C1
Black with #AF78C1
Text Example
Text Example
White with #AF78C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78C1; }
p { color: rgb(175,120,193); }
H1.HeaderClassName
{
color: #AF78C1;
}
.AnyTagClassName
{
color: #AF78C1;
}
</style>
background-color css
<style>
a { background-color: #AF78C1; }
a { background-color: rgb(175,120,193); }
div.DivClassName
{
background-color: #AF78C1;
}
.BgClassName
{
background-color: #AF78C1;
}
</style>
border-color css
<style>
span { border-color: #AF78C1; }
span { border-color: rgb(175,120,193); }
td.TdClassName
{
border-color: #AF78C1;
}
.TagClassName
{
border-color: #AF78C1;
}
</style>