Shades of East Side #AF7BD5
Tints of East Side #AF7BD5
RGB
CMYK
RGB Variations
Color information
#AF7BD5 (or 0xAF7BD5) is known color: East Side. HEX triplet: AF, 7B and D5. RGB value is (175,123,213). Sum of RGB (Red+Green+Blue) = 175+123+213=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BD5 is #50842A. Grayscale: #949494. Windows color (decimal): -5276715 or 13990831. OLE color: 13990831.
HSL color Cylindrical-coordinate representation of color #AF7BD5: hue angle of 274.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7BD5 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 123 | 213 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.16 |
| HSL | 274.67º | 0.52% | 0.66% | - |
| HSV(B) | 274.67º | 0.42% | 0.84% | - |
| XYZ | 36.77 | 28.08 | 66.43 | - |
| YUV | 148.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 213 | 0.18 | 0.42 | 0 | 0.16 | 274.67 | 0.52 | 0.66 |
| Hex | AF | 7B | D5 | 12 | 2A | 0 | 10 | 113 | 34 | 42 |
| Octal | 257 | 173 | 325 | 22 | 52 | 0 | 20 | 423 | 64 | 102 |
| Binary | 10101111 | 1111011 | 11010101 | 10010 | 101010 | 0 | 10000 | 100010011 | 110100 | 1000010 |
Color Harmonies of #AF7BD5
Complementary color
Monochromatic Colors of #AF7BD5
Black with #AF7BD5
Text Example
Text Example
White with #AF7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BD5; }
p { color: rgb(175,123,213); }
H1.HeaderClassName
{
color: #AF7BD5;
}
.AnyTagClassName
{
color: #AF7BD5;
}
</style>
background-color css
<style>
a { background-color: #AF7BD5; }
a { background-color: rgb(175,123,213); }
div.DivClassName
{
background-color: #AF7BD5;
}
.BgClassName
{
background-color: #AF7BD5;
}
</style>
border-color css
<style>
span { border-color: #AF7BD5; }
span { border-color: rgb(175,123,213); }
td.TdClassName
{
border-color: #AF7BD5;
}
.TagClassName
{
border-color: #AF7BD5;
}
</style>