Shades of East Side #AF7BD1
Tints of East Side #AF7BD1
RGB
CMYK
RGB Variations
Color information
#AF7BD1 (or 0xAF7BD1) is known color: East Side. HEX triplet: AF, 7B and D1. RGB value is (175,123,209). Sum of RGB (Red+Green+Blue) = 175+123+209=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF7BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BD1 is #50842E. Grayscale: #949494. Windows color (decimal): -5276719 or 13728687. OLE color: 13728687.
HSL color Cylindrical-coordinate representation of color #AF7BD1: hue angle of 276.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7BD1 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 123 | 209 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.18 |
| HSL | 276.28º | 0.48% | 0.65% | - |
| HSV(B) | 276.28º | 0.41% | 0.82% | - |
| XYZ | 36.27 | 27.88 | 63.79 | - |
| YUV | 148.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 209 | 0.16 | 0.41 | 0 | 0.18 | 276.28 | 0.48 | 0.65 |
| Hex | AF | 7B | D1 | 10 | 29 | 0 | 12 | 114 | 30 | 41 |
| Octal | 257 | 173 | 321 | 20 | 51 | 0 | 22 | 424 | 60 | 101 |
| Binary | 10101111 | 1111011 | 11010001 | 10000 | 101001 | 0 | 10010 | 100010100 | 110000 | 1000001 |
Color Harmonies of #AF7BD1
Complementary color
Monochromatic Colors of #AF7BD1
Black with #AF7BD1
Text Example
Text Example
White with #AF7BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BD1; }
p { color: rgb(175,123,209); }
H1.HeaderClassName
{
color: #AF7BD1;
}
.AnyTagClassName
{
color: #AF7BD1;
}
</style>
background-color css
<style>
a { background-color: #AF7BD1; }
a { background-color: rgb(175,123,209); }
div.DivClassName
{
background-color: #AF7BD1;
}
.BgClassName
{
background-color: #AF7BD1;
}
</style>
border-color css
<style>
span { border-color: #AF7BD1; }
span { border-color: rgb(175,123,209); }
td.TdClassName
{
border-color: #AF7BD1;
}
.TagClassName
{
border-color: #AF7BD1;
}
</style>