Shades of East Side #AF8AC5
Tints of East Side #AF8AC5
RGB
CMYK
RGB Variations
Color information
#AF8AC5 (or 0xAF8AC5) is known color: East Side. HEX triplet: AF, 8A and C5. RGB value is (175,138,197). Sum of RGB (Red+Green+Blue) = 175+138+197=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF8AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AC5 is #50753A. Grayscale: #9B9B9B. Windows color (decimal): -5272891 or 12946095. OLE color: 12946095.
HSL color Cylindrical-coordinate representation of color #AF8AC5: hue angle of 277.63º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8AC5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 138 | 197 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.23 |
| HSL | 277.63º | 0.34% | 0.66% | - |
| HSV(B) | 277.63º | 0.3% | 0.77% | - |
| XYZ | 36.85 | 31.32 | 56.93 | - |
| YUV | 155.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 197 | 0.11 | 0.30 | 0 | 0.23 | 277.63 | 0.34 | 0.66 |
| Hex | AF | 8A | C5 | B | 1E | 0 | 17 | 116 | 22 | 42 |
| Octal | 257 | 212 | 305 | 13 | 36 | 0 | 27 | 426 | 42 | 102 |
| Binary | 10101111 | 10001010 | 11000101 | 1011 | 11110 | 0 | 10111 | 100010110 | 100010 | 1000010 |
Color Harmonies of #AF8AC5
Complementary color
Monochromatic Colors of #AF8AC5
Black with #AF8AC5
Text Example
Text Example
White with #AF8AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AC5; }
p { color: rgb(175,138,197); }
H1.HeaderClassName
{
color: #AF8AC5;
}
.AnyTagClassName
{
color: #AF8AC5;
}
</style>
background-color css
<style>
a { background-color: #AF8AC5; }
a { background-color: rgb(175,138,197); }
div.DivClassName
{
background-color: #AF8AC5;
}
.BgClassName
{
background-color: #AF8AC5;
}
</style>
border-color css
<style>
span { border-color: #AF8AC5; }
span { border-color: rgb(175,138,197); }
td.TdClassName
{
border-color: #AF8AC5;
}
.TagClassName
{
border-color: #AF8AC5;
}
</style>