Shades of East Side #AF8CBE
Tints of East Side #AF8CBE
RGB
CMYK
RGB Variations
Color information
#AF8CBE (or 0xAF8CBE) is known color: East Side. HEX triplet: AF, 8C and BE. RGB value is (175,140,190). Sum of RGB (Red+Green+Blue) = 175+140+190=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CBE is #507341. Grayscale: #9C9C9C. Windows color (decimal): -5272386 or 12487855. OLE color: 12487855.
HSL color Cylindrical-coordinate representation of color #AF8CBE: hue angle of 282º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8CBE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 140 | 190 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.25 |
| HSL | 282º | 0.28% | 0.65% | - |
| HSV(B) | 282º | 0.26% | 0.75% | - |
| XYZ | 36.35 | 31.59 | 52.9 | - |
| YUV | 156.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 190 | 0.08 | 0.26 | 0 | 0.25 | 282 | 0.28 | 0.65 |
| Hex | AF | 8C | BE | 8 | 1A | 0 | 19 | 11A | 1C | 41 |
| Octal | 257 | 214 | 276 | 10 | 32 | 0 | 31 | 432 | 34 | 101 |
| Binary | 10101111 | 10001100 | 10111110 | 1000 | 11010 | 0 | 11001 | 100011010 | 11100 | 1000001 |
Color Harmonies of #AF8CBE
Complementary color
Monochromatic Colors of #AF8CBE
Black with #AF8CBE
Text Example
Text Example
White with #AF8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CBE; }
p { color: rgb(175,140,190); }
H1.HeaderClassName
{
color: #AF8CBE;
}
.AnyTagClassName
{
color: #AF8CBE;
}
</style>
background-color css
<style>
a { background-color: #AF8CBE; }
a { background-color: rgb(175,140,190); }
div.DivClassName
{
background-color: #AF8CBE;
}
.BgClassName
{
background-color: #AF8CBE;
}
</style>
border-color css
<style>
span { border-color: #AF8CBE; }
span { border-color: rgb(175,140,190); }
td.TdClassName
{
border-color: #AF8CBE;
}
.TagClassName
{
border-color: #AF8CBE;
}
</style>