Shades of East Side #AF89CE
Tints of East Side #AF89CE
RGB
CMYK
RGB Variations
Color information
#AF89CE (or 0xAF89CE) is known color: East Side. HEX triplet: AF, 89 and CE. RGB value is (175,137,206). Sum of RGB (Red+Green+Blue) = 175+137+206=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89CE is #507631. Grayscale: #9B9B9B. Windows color (decimal): -5273138 or 13535663. OLE color: 13535663.
HSL color Cylindrical-coordinate representation of color #AF89CE: hue angle of 273.04º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF89CE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 137 | 206 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.19 |
| HSL | 273.04º | 0.41% | 0.67% | - |
| HSV(B) | 273.04º | 0.33% | 0.81% | - |
| XYZ | 37.77 | 31.46 | 62.47 | - |
| YUV | 156.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 206 | 0.15 | 0.33 | 0 | 0.19 | 273.04 | 0.41 | 0.67 |
| Hex | AF | 89 | CE | F | 21 | 0 | 13 | 111 | 29 | 43 |
| Octal | 257 | 211 | 316 | 17 | 41 | 0 | 23 | 421 | 51 | 103 |
| Binary | 10101111 | 10001001 | 11001110 | 1111 | 100001 | 0 | 10011 | 100010001 | 101001 | 1000011 |
Color Harmonies of #AF89CE
Complementary color
Monochromatic Colors of #AF89CE
Black with #AF89CE
Text Example
Text Example
White with #AF89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89CE; }
p { color: rgb(175,137,206); }
H1.HeaderClassName
{
color: #AF89CE;
}
.AnyTagClassName
{
color: #AF89CE;
}
</style>
background-color css
<style>
a { background-color: #AF89CE; }
a { background-color: rgb(175,137,206); }
div.DivClassName
{
background-color: #AF89CE;
}
.BgClassName
{
background-color: #AF89CE;
}
</style>
border-color css
<style>
span { border-color: #AF89CE; }
span { border-color: rgb(175,137,206); }
td.TdClassName
{
border-color: #AF89CE;
}
.TagClassName
{
border-color: #AF89CE;
}
</style>