Shades of East Side #AF8CBF
Tints of East Side #AF8CBF
RGB
CMYK
RGB Variations
Color information
#AF8CBF (or 0xAF8CBF) is known color: East Side. HEX triplet: AF, 8C and BF. RGB value is (175,140,191). Sum of RGB (Red+Green+Blue) = 175+140+191=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CBF is #507340. Grayscale: #9C9C9C. Windows color (decimal): -5272385 or 12553391. OLE color: 12553391.
HSL color Cylindrical-coordinate representation of color #AF8CBF: hue angle of 281.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8CBF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 140 | 191 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.25 |
| HSL | 281.18º | 0.28% | 0.65% | - |
| HSV(B) | 281.18º | 0.27% | 0.75% | - |
| XYZ | 36.46 | 31.63 | 53.47 | - |
| YUV | 156.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 191 | 0.08 | 0.27 | 0 | 0.25 | 281.18 | 0.28 | 0.65 |
| Hex | AF | 8C | BF | 8 | 1B | 0 | 19 | 119 | 1C | 41 |
| Octal | 257 | 214 | 277 | 10 | 33 | 0 | 31 | 431 | 34 | 101 |
| Binary | 10101111 | 10001100 | 10111111 | 1000 | 11011 | 0 | 11001 | 100011001 | 11100 | 1000001 |
Color Harmonies of #AF8CBF
Complementary color
Monochromatic Colors of #AF8CBF
Black with #AF8CBF
Text Example
Text Example
White with #AF8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CBF; }
p { color: rgb(175,140,191); }
H1.HeaderClassName
{
color: #AF8CBF;
}
.AnyTagClassName
{
color: #AF8CBF;
}
</style>
background-color css
<style>
a { background-color: #AF8CBF; }
a { background-color: rgb(175,140,191); }
div.DivClassName
{
background-color: #AF8CBF;
}
.BgClassName
{
background-color: #AF8CBF;
}
</style>
border-color css
<style>
span { border-color: #AF8CBF; }
span { border-color: rgb(175,140,191); }
td.TdClassName
{
border-color: #AF8CBF;
}
.TagClassName
{
border-color: #AF8CBF;
}
</style>