Shades of East Side #AF7DB6
Tints of East Side #AF7DB6
RGB
CMYK
RGB Variations
Color information
#AF7DB6 (or 0xAF7DB6) is known color: East Side. HEX triplet: AF, 7D and B6. RGB value is (175,125,182). Sum of RGB (Red+Green+Blue) = 175+125+182=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 182 (71.48% from 255 or 37.76% from 482); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF7DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DB6 is #508249. Grayscale: #929292. Windows color (decimal): -5276234 or 11959727. OLE color: 11959727.
HSL color Cylindrical-coordinate representation of color #AF7DB6: hue angle of 292.63º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7DB6 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 125 | 182 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.29 |
| HSL | 292.63º | 0.28% | 0.6% | - |
| HSV(B) | 292.63º | 0.31% | 0.71% | - |
| XYZ | 33.46 | 27.16 | 47.73 | - |
| YUV | 146.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 182 | 0.04 | 0.31 | 0 | 0.29 | 292.63 | 0.28 | 0.6 |
| Hex | AF | 7D | B6 | 4 | 1F | 0 | 1D | 125 | 1C | 3C |
| Octal | 257 | 175 | 266 | 4 | 37 | 0 | 35 | 445 | 34 | 74 |
| Binary | 10101111 | 1111101 | 10110110 | 100 | 11111 | 0 | 11101 | 100100101 | 11100 | 111100 |
Color Harmonies of #AF7DB6
Complementary color
Monochromatic Colors of #AF7DB6
Black with #AF7DB6
Text Example
Text Example
White with #AF7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DB6; }
p { color: rgb(175,125,182); }
H1.HeaderClassName
{
color: #AF7DB6;
}
.AnyTagClassName
{
color: #AF7DB6;
}
</style>
background-color css
<style>
a { background-color: #AF7DB6; }
a { background-color: rgb(175,125,182); }
div.DivClassName
{
background-color: #AF7DB6;
}
.BgClassName
{
background-color: #AF7DB6;
}
</style>
border-color css
<style>
span { border-color: #AF7DB6; }
span { border-color: rgb(175,125,182); }
td.TdClassName
{
border-color: #AF7DB6;
}
.TagClassName
{
border-color: #AF7DB6;
}
</style>