Shades of East Side #AF8ACB
Tints of East Side #AF8ACB
RGB
CMYK
RGB Variations
Color information
#AF8ACB (or 0xAF8ACB) is known color: East Side. HEX triplet: AF, 8A and CB. RGB value is (175,138,203). Sum of RGB (Red+Green+Blue) = 175+138+203=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ACB is #507534. Grayscale: #9C9C9C. Windows color (decimal): -5272885 or 13339311. OLE color: 13339311.
HSL color Cylindrical-coordinate representation of color #AF8ACB: hue angle of 274.15º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF8ACB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 138 | 203 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.20 |
| HSL | 274.15º | 0.38% | 0.67% | - |
| HSV(B) | 274.15º | 0.32% | 0.8% | - |
| XYZ | 37.55 | 31.6 | 60.62 | - |
| YUV | 156.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 203 | 0.14 | 0.32 | 0 | 0.20 | 274.15 | 0.38 | 0.67 |
| Hex | AF | 8A | CB | E | 20 | 0 | 14 | 112 | 26 | 43 |
| Octal | 257 | 212 | 313 | 16 | 40 | 0 | 24 | 422 | 46 | 103 |
| Binary | 10101111 | 10001010 | 11001011 | 1110 | 100000 | 0 | 10100 | 100010010 | 100110 | 1000011 |
Color Harmonies of #AF8ACB
Complementary color
Monochromatic Colors of #AF8ACB
Black with #AF8ACB
Text Example
Text Example
White with #AF8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ACB; }
p { color: rgb(175,138,203); }
H1.HeaderClassName
{
color: #AF8ACB;
}
.AnyTagClassName
{
color: #AF8ACB;
}
</style>
background-color css
<style>
a { background-color: #AF8ACB; }
a { background-color: rgb(175,138,203); }
div.DivClassName
{
background-color: #AF8ACB;
}
.BgClassName
{
background-color: #AF8ACB;
}
</style>
border-color css
<style>
span { border-color: #AF8ACB; }
span { border-color: rgb(175,138,203); }
td.TdClassName
{
border-color: #AF8ACB;
}
.TagClassName
{
border-color: #AF8ACB;
}
</style>