Shades of East Side #AF78C4
Tints of East Side #AF78C4
RGB
CMYK
RGB Variations
Color information
#AF78C4 (or 0xAF78C4) is known color: East Side. HEX triplet: AF, 78 and C4. RGB value is (175,120,196). Sum of RGB (Red+Green+Blue) = 175+120+196=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF78C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78C4 is #50873B. Grayscale: #909090. Windows color (decimal): -5277500 or 12875951. OLE color: 12875951.
HSL color Cylindrical-coordinate representation of color #AF78C4: hue angle of 283.42º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF78C4 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 120 | 196 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.23 |
| HSL | 283.42º | 0.39% | 0.62% | - |
| HSV(B) | 283.42º | 0.39% | 0.77% | - |
| XYZ | 34.36 | 26.53 | 55.53 | - |
| YUV | 145.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 196 | 0.11 | 0.39 | 0 | 0.23 | 283.42 | 0.39 | 0.62 |
| Hex | AF | 78 | C4 | B | 27 | 0 | 17 | 11B | 27 | 3E |
| Octal | 257 | 170 | 304 | 13 | 47 | 0 | 27 | 433 | 47 | 76 |
| Binary | 10101111 | 1111000 | 11000100 | 1011 | 100111 | 0 | 10111 | 100011011 | 100111 | 111110 |
Color Harmonies of #AF78C4
Complementary color
Monochromatic Colors of #AF78C4
Black with #AF78C4
Text Example
Text Example
White with #AF78C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78C4; }
p { color: rgb(175,120,196); }
H1.HeaderClassName
{
color: #AF78C4;
}
.AnyTagClassName
{
color: #AF78C4;
}
</style>
background-color css
<style>
a { background-color: #AF78C4; }
a { background-color: rgb(175,120,196); }
div.DivClassName
{
background-color: #AF78C4;
}
.BgClassName
{
background-color: #AF78C4;
}
</style>
border-color css
<style>
span { border-color: #AF78C4; }
span { border-color: rgb(175,120,196); }
td.TdClassName
{
border-color: #AF78C4;
}
.TagClassName
{
border-color: #AF78C4;
}
</style>