Shades of East Side #AF84C4
Tints of East Side #AF84C4
RGB
CMYK
RGB Variations
Color information
#AF84C4 (or 0xAF84C4) is known color: East Side. HEX triplet: AF, 84 and C4. RGB value is (175,132,196). Sum of RGB (Red+Green+Blue) = 175+132+196=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF84C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84C4 is #507B3B. Grayscale: #979797. Windows color (decimal): -5274428 or 12879023. OLE color: 12879023.
HSL color Cylindrical-coordinate representation of color #AF84C4: hue angle of 280.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF84C4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 132 | 196 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.23 |
| HSL | 280.31º | 0.35% | 0.64% | - |
| HSV(B) | 280.31º | 0.33% | 0.77% | - |
| XYZ | 35.89 | 29.6 | 56.05 | - |
| YUV | 152.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 196 | 0.11 | 0.33 | 0 | 0.23 | 280.31 | 0.35 | 0.64 |
| Hex | AF | 84 | C4 | B | 21 | 0 | 17 | 118 | 23 | 40 |
| Octal | 257 | 204 | 304 | 13 | 41 | 0 | 27 | 430 | 43 | 100 |
| Binary | 10101111 | 10000100 | 11000100 | 1011 | 100001 | 0 | 10111 | 100011000 | 100011 | 1000000 |
Color Harmonies of #AF84C4
Complementary color
Monochromatic Colors of #AF84C4
Black with #AF84C4
Text Example
Text Example
White with #AF84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84C4; }
p { color: rgb(175,132,196); }
H1.HeaderClassName
{
color: #AF84C4;
}
.AnyTagClassName
{
color: #AF84C4;
}
</style>
background-color css
<style>
a { background-color: #AF84C4; }
a { background-color: rgb(175,132,196); }
div.DivClassName
{
background-color: #AF84C4;
}
.BgClassName
{
background-color: #AF84C4;
}
</style>
border-color css
<style>
span { border-color: #AF84C4; }
span { border-color: rgb(175,132,196); }
td.TdClassName
{
border-color: #AF84C4;
}
.TagClassName
{
border-color: #AF84C4;
}
</style>