Shades of East Side #AF8BC2
Tints of East Side #AF8BC2
RGB
CMYK
RGB Variations
Color information
#AF8BC2 (or 0xAF8BC2) is known color: East Side. HEX triplet: AF, 8B and C2. RGB value is (175,139,194). Sum of RGB (Red+Green+Blue) = 175+139+194=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF8BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BC2 is #50743D. Grayscale: #9B9B9B. Windows color (decimal): -5272638 or 12749743. OLE color: 12749743.
HSL color Cylindrical-coordinate representation of color #AF8BC2: hue angle of 279.27º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF8BC2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 139 | 194 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.24 |
| HSL | 279.27º | 0.31% | 0.65% | - |
| HSV(B) | 279.27º | 0.28% | 0.76% | - |
| XYZ | 36.65 | 31.47 | 55.18 | - |
| YUV | 156.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 194 | 0.10 | 0.28 | 0 | 0.24 | 279.27 | 0.31 | 0.65 |
| Hex | AF | 8B | C2 | A | 1C | 0 | 18 | 117 | 1F | 41 |
| Octal | 257 | 213 | 302 | 12 | 34 | 0 | 30 | 427 | 37 | 101 |
| Binary | 10101111 | 10001011 | 11000010 | 1010 | 11100 | 0 | 11000 | 100010111 | 11111 | 1000001 |
Color Harmonies of #AF8BC2
Complementary color
Monochromatic Colors of #AF8BC2
Black with #AF8BC2
Text Example
Text Example
White with #AF8BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BC2; }
p { color: rgb(175,139,194); }
H1.HeaderClassName
{
color: #AF8BC2;
}
.AnyTagClassName
{
color: #AF8BC2;
}
</style>
background-color css
<style>
a { background-color: #AF8BC2; }
a { background-color: rgb(175,139,194); }
div.DivClassName
{
background-color: #AF8BC2;
}
.BgClassName
{
background-color: #AF8BC2;
}
</style>
border-color css
<style>
span { border-color: #AF8BC2; }
span { border-color: rgb(175,139,194); }
td.TdClassName
{
border-color: #AF8BC2;
}
.TagClassName
{
border-color: #AF8BC2;
}
</style>