Shades of East Side #AF87C3
Tints of East Side #AF87C3
RGB
CMYK
RGB Variations
Color information
#AF87C3 (or 0xAF87C3) is known color: East Side. HEX triplet: AF, 87 and C3. RGB value is (175,135,195). Sum of RGB (Red+Green+Blue) = 175+135+195=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF87C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87C3 is #50783C. Grayscale: #999999. Windows color (decimal): -5273661 or 12814255. OLE color: 12814255.
HSL color Cylindrical-coordinate representation of color #AF87C3: hue angle of 280º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF87C3 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 135 | 195 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.24 |
| HSL | 280º | 0.33% | 0.65% | - |
| HSV(B) | 280º | 0.31% | 0.76% | - |
| XYZ | 36.19 | 30.38 | 55.59 | - |
| YUV | 153.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 195 | 0.10 | 0.31 | 0 | 0.24 | 280 | 0.33 | 0.65 |
| Hex | AF | 87 | C3 | A | 1F | 0 | 18 | 118 | 21 | 41 |
| Octal | 257 | 207 | 303 | 12 | 37 | 0 | 30 | 430 | 41 | 101 |
| Binary | 10101111 | 10000111 | 11000011 | 1010 | 11111 | 0 | 11000 | 100011000 | 100001 | 1000001 |
Color Harmonies of #AF87C3
Complementary color
Monochromatic Colors of #AF87C3
Black with #AF87C3
Text Example
Text Example
White with #AF87C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87C3; }
p { color: rgb(175,135,195); }
H1.HeaderClassName
{
color: #AF87C3;
}
.AnyTagClassName
{
color: #AF87C3;
}
</style>
background-color css
<style>
a { background-color: #AF87C3; }
a { background-color: rgb(175,135,195); }
div.DivClassName
{
background-color: #AF87C3;
}
.BgClassName
{
background-color: #AF87C3;
}
</style>
border-color css
<style>
span { border-color: #AF87C3; }
span { border-color: rgb(175,135,195); }
td.TdClassName
{
border-color: #AF87C3;
}
.TagClassName
{
border-color: #AF87C3;
}
</style>