Shades of East Side #AF8ABC
Tints of East Side #AF8ABC
RGB
CMYK
RGB Variations
Color information
#AF8ABC (or 0xAF8ABC) is known color: East Side. HEX triplet: AF, 8A and BC. RGB value is (175,138,188). Sum of RGB (Red+Green+Blue) = 175+138+188=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ABC is #507543. Grayscale: #9A9A9A. Windows color (decimal): -5272900 or 12356271. OLE color: 12356271.
HSL color Cylindrical-coordinate representation of color #AF8ABC: hue angle of 284.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8ABC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 138 | 188 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.26 |
| HSL | 284.4º | 0.27% | 0.64% | - |
| HSV(B) | 284.4º | 0.27% | 0.74% | - |
| XYZ | 35.84 | 30.92 | 51.66 | - |
| YUV | 154.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 188 | 0.07 | 0.27 | 0 | 0.26 | 284.4 | 0.27 | 0.64 |
| Hex | AF | 8A | BC | 7 | 1B | 0 | 1A | 11C | 1B | 40 |
| Octal | 257 | 212 | 274 | 7 | 33 | 0 | 32 | 434 | 33 | 100 |
| Binary | 10101111 | 10001010 | 10111100 | 111 | 11011 | 0 | 11010 | 100011100 | 11011 | 1000000 |
Color Harmonies of #AF8ABC
Complementary color
Monochromatic Colors of #AF8ABC
Black with #AF8ABC
Text Example
Text Example
White with #AF8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ABC; }
p { color: rgb(175,138,188); }
H1.HeaderClassName
{
color: #AF8ABC;
}
.AnyTagClassName
{
color: #AF8ABC;
}
</style>
background-color css
<style>
a { background-color: #AF8ABC; }
a { background-color: rgb(175,138,188); }
div.DivClassName
{
background-color: #AF8ABC;
}
.BgClassName
{
background-color: #AF8ABC;
}
</style>
border-color css
<style>
span { border-color: #AF8ABC; }
span { border-color: rgb(175,138,188); }
td.TdClassName
{
border-color: #AF8ABC;
}
.TagClassName
{
border-color: #AF8ABC;
}
</style>