Shades of East Side #AF89CB
Tints of East Side #AF89CB
RGB
CMYK
RGB Variations
Color information
#AF89CB (or 0xAF89CB) is known color: East Side. HEX triplet: AF, 89 and CB. RGB value is (175,137,203). Sum of RGB (Red+Green+Blue) = 175+137+203=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89CB is #507634. Grayscale: #9B9B9B. Windows color (decimal): -5273141 or 13339055. OLE color: 13339055.
HSL color Cylindrical-coordinate representation of color #AF89CB: hue angle of 274.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF89CB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 137 | 203 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.20 |
| HSL | 274.55º | 0.39% | 0.67% | - |
| HSV(B) | 274.55º | 0.33% | 0.8% | - |
| XYZ | 37.4 | 31.32 | 60.57 | - |
| YUV | 155.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 203 | 0.14 | 0.33 | 0 | 0.20 | 274.55 | 0.39 | 0.67 |
| Hex | AF | 89 | CB | E | 21 | 0 | 14 | 113 | 27 | 43 |
| Octal | 257 | 211 | 313 | 16 | 41 | 0 | 24 | 423 | 47 | 103 |
| Binary | 10101111 | 10001001 | 11001011 | 1110 | 100001 | 0 | 10100 | 100010011 | 100111 | 1000011 |
Color Harmonies of #AF89CB
Complementary color
Monochromatic Colors of #AF89CB
Black with #AF89CB
Text Example
Text Example
White with #AF89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89CB; }
p { color: rgb(175,137,203); }
H1.HeaderClassName
{
color: #AF89CB;
}
.AnyTagClassName
{
color: #AF89CB;
}
</style>
background-color css
<style>
a { background-color: #AF89CB; }
a { background-color: rgb(175,137,203); }
div.DivClassName
{
background-color: #AF89CB;
}
.BgClassName
{
background-color: #AF89CB;
}
</style>
border-color css
<style>
span { border-color: #AF89CB; }
span { border-color: rgb(175,137,203); }
td.TdClassName
{
border-color: #AF89CB;
}
.TagClassName
{
border-color: #AF89CB;
}
</style>