Shades of East Side #AF89CD
Tints of East Side #AF89CD
RGB
CMYK
RGB Variations
Color information
#AF89CD (or 0xAF89CD) is known color: East Side. HEX triplet: AF, 89 and CD. RGB value is (175,137,205). Sum of RGB (Red+Green+Blue) = 175+137+205=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89CD is #507632. Grayscale: #9B9B9B. Windows color (decimal): -5273139 or 13470127. OLE color: 13470127.
HSL color Cylindrical-coordinate representation of color #AF89CD: hue angle of 273.53º degrees, saturation: 0.4, 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 #AF89CD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 137 | 205 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.20 |
| HSL | 273.53º | 0.4% | 0.67% | - |
| HSV(B) | 273.53º | 0.33% | 0.8% | - |
| XYZ | 37.64 | 31.41 | 61.84 | - |
| YUV | 156.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 205 | 0.15 | 0.33 | 0 | 0.20 | 273.53 | 0.4 | 0.67 |
| Hex | AF | 89 | CD | F | 21 | 0 | 14 | 112 | 28 | 43 |
| Octal | 257 | 211 | 315 | 17 | 41 | 0 | 24 | 422 | 50 | 103 |
| Binary | 10101111 | 10001001 | 11001101 | 1111 | 100001 | 0 | 10100 | 100010010 | 101000 | 1000011 |
Color Harmonies of #AF89CD
Complementary color
Monochromatic Colors of #AF89CD
Black with #AF89CD
Text Example
Text Example
White with #AF89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF89CD; }
p { color: rgb(175,137,205); }
H1.HeaderClassName
{
color: #AF89CD;
}
.AnyTagClassName
{
color: #AF89CD;
}
</style>
background-color css
<style>
a { background-color: #AF89CD; }
a { background-color: rgb(175,137,205); }
div.DivClassName
{
background-color: #AF89CD;
}
.BgClassName
{
background-color: #AF89CD;
}
</style>
border-color css
<style>
span { border-color: #AF89CD; }
span { border-color: rgb(175,137,205); }
td.TdClassName
{
border-color: #AF89CD;
}
.TagClassName
{
border-color: #AF89CD;
}
</style>