Shades of East Side #AF83BD
Tints of East Side #AF83BD
RGB
CMYK
RGB Variations
Color information
#AF83BD (or 0xAF83BD) is known color: East Side. HEX triplet: AF, 83 and BD. RGB value is (175,131,189). Sum of RGB (Red+Green+Blue) = 175+131+189=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF83BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83BD is #507C42. Grayscale: #969696. Windows color (decimal): -5274691 or 12420015. OLE color: 12420015.
HSL color Cylindrical-coordinate representation of color #AF83BD: hue angle of 285.52º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF83BD is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 131 | 189 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.26 |
| HSL | 285.52º | 0.31% | 0.63% | - |
| HSV(B) | 285.52º | 0.31% | 0.74% | - |
| XYZ | 34.98 | 29.02 | 51.9 | - |
| YUV | 150.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 189 | 0.07 | 0.31 | 0 | 0.26 | 285.52 | 0.31 | 0.63 |
| Hex | AF | 83 | BD | 7 | 1F | 0 | 1A | 11E | 1F | 3F |
| Octal | 257 | 203 | 275 | 7 | 37 | 0 | 32 | 436 | 37 | 77 |
| Binary | 10101111 | 10000011 | 10111101 | 111 | 11111 | 0 | 11010 | 100011110 | 11111 | 111111 |
Color Harmonies of #AF83BD
Complementary color
Monochromatic Colors of #AF83BD
Black with #AF83BD
Text Example
Text Example
White with #AF83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF83BD; }
p { color: rgb(175,131,189); }
H1.HeaderClassName
{
color: #AF83BD;
}
.AnyTagClassName
{
color: #AF83BD;
}
</style>
background-color css
<style>
a { background-color: #AF83BD; }
a { background-color: rgb(175,131,189); }
div.DivClassName
{
background-color: #AF83BD;
}
.BgClassName
{
background-color: #AF83BD;
}
</style>
border-color css
<style>
span { border-color: #AF83BD; }
span { border-color: rgb(175,131,189); }
td.TdClassName
{
border-color: #AF83BD;
}
.TagClassName
{
border-color: #AF83BD;
}
</style>