Shades of East Side #AF8ACC
Tints of East Side #AF8ACC
RGB
CMYK
RGB Variations
Color information
#AF8ACC (or 0xAF8ACC) is known color: East Side. HEX triplet: AF, 8A and CC. RGB value is (175,138,204). Sum of RGB (Red+Green+Blue) = 175+138+204=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ACC is #507533. Grayscale: #9C9C9C. Windows color (decimal): -5272884 or 13404847. OLE color: 13404847.
HSL color Cylindrical-coordinate representation of color #AF8ACC: hue angle of 273.64º degrees, saturation: 0.39, 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 #AF8ACC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 138 | 204 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.2 |
| HSL | 273.64º | 0.39% | 0.67% | - |
| HSV(B) | 273.64º | 0.32% | 0.8% | - |
| XYZ | 37.67 | 31.65 | 61.25 | - |
| YUV | 156.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 204 | 0.14 | 0.32 | 0 | 0.2 | 273.64 | 0.39 | 0.67 |
| Hex | AF | 8A | CC | E | 20 | 0 | 14 | 112 | 27 | 43 |
| Octal | 257 | 212 | 314 | 16 | 40 | 0 | 24 | 422 | 47 | 103 |
| Binary | 10101111 | 10001010 | 11001100 | 1110 | 100000 | 0 | 10100 | 100010010 | 100111 | 1000011 |
Color Harmonies of #AF8ACC
Complementary color
Monochromatic Colors of #AF8ACC
Black with #AF8ACC
Text Example
Text Example
White with #AF8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8ACC; }
p { color: rgb(175,138,204); }
H1.HeaderClassName
{
color: #AF8ACC;
}
.AnyTagClassName
{
color: #AF8ACC;
}
</style>
background-color css
<style>
a { background-color: #AF8ACC; }
a { background-color: rgb(175,138,204); }
div.DivClassName
{
background-color: #AF8ACC;
}
.BgClassName
{
background-color: #AF8ACC;
}
</style>
border-color css
<style>
span { border-color: #AF8ACC; }
span { border-color: rgb(175,138,204); }
td.TdClassName
{
border-color: #AF8ACC;
}
.TagClassName
{
border-color: #AF8ACC;
}
</style>