Shades of East Side #AF84BD
Tints of East Side #AF84BD
RGB
CMYK
RGB Variations
Color information
#AF84BD (or 0xAF84BD) is known color: East Side. HEX triplet: AF, 84 and BD. RGB value is (175,132,189). Sum of RGB (Red+Green+Blue) = 175+132+189=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF84BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84BD is #507B42. Grayscale: #979797. Windows color (decimal): -5274435 or 12420271. OLE color: 12420271.
HSL color Cylindrical-coordinate representation of color #AF84BD: hue angle of 285.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF84BD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 132 | 189 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.26 |
| HSL | 285.26º | 0.3% | 0.63% | - |
| HSV(B) | 285.26º | 0.3% | 0.74% | - |
| XYZ | 35.12 | 29.29 | 51.95 | - |
| YUV | 151.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 189 | 0.07 | 0.30 | 0 | 0.26 | 285.26 | 0.3 | 0.63 |
| Hex | AF | 84 | BD | 7 | 1E | 0 | 1A | 11D | 1E | 3F |
| Octal | 257 | 204 | 275 | 7 | 36 | 0 | 32 | 435 | 36 | 77 |
| Binary | 10101111 | 10000100 | 10111101 | 111 | 11110 | 0 | 11010 | 100011101 | 11110 | 111111 |
Color Harmonies of #AF84BD
Complementary color
Monochromatic Colors of #AF84BD
Black with #AF84BD
Text Example
Text Example
White with #AF84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84BD; }
p { color: rgb(175,132,189); }
H1.HeaderClassName
{
color: #AF84BD;
}
.AnyTagClassName
{
color: #AF84BD;
}
</style>
background-color css
<style>
a { background-color: #AF84BD; }
a { background-color: rgb(175,132,189); }
div.DivClassName
{
background-color: #AF84BD;
}
.BgClassName
{
background-color: #AF84BD;
}
</style>
border-color css
<style>
span { border-color: #AF84BD; }
span { border-color: rgb(175,132,189); }
td.TdClassName
{
border-color: #AF84BD;
}
.TagClassName
{
border-color: #AF84BD;
}
</style>