Shades of East Side #AF7AD4
Tints of East Side #AF7AD4
RGB
CMYK
RGB Variations
Color information
#AF7AD4 (or 0xAF7AD4) is known color: East Side. HEX triplet: AF, 7A and D4. RGB value is (175,122,212). Sum of RGB (Red+Green+Blue) = 175+122+212=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF7AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD4 is #50852B. Grayscale: #939393. Windows color (decimal): -5276972 or 13925039. OLE color: 13925039.
HSL color Cylindrical-coordinate representation of color #AF7AD4: hue angle of 275.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7AD4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 122 | 212 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.17 |
| HSL | 275.33º | 0.51% | 0.65% | - |
| HSV(B) | 275.33º | 0.42% | 0.83% | - |
| XYZ | 36.52 | 27.79 | 65.73 | - |
| YUV | 148.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 212 | 0.17 | 0.42 | 0 | 0.17 | 275.33 | 0.51 | 0.65 |
| Hex | AF | 7A | D4 | 11 | 2A | 0 | 11 | 113 | 33 | 41 |
| Octal | 257 | 172 | 324 | 21 | 52 | 0 | 21 | 423 | 63 | 101 |
| Binary | 10101111 | 1111010 | 11010100 | 10001 | 101010 | 0 | 10001 | 100010011 | 110011 | 1000001 |
Color Harmonies of #AF7AD4
Complementary color
Monochromatic Colors of #AF7AD4
Black with #AF7AD4
Text Example
Text Example
White with #AF7AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7AD4; }
p { color: rgb(175,122,212); }
H1.HeaderClassName
{
color: #AF7AD4;
}
.AnyTagClassName
{
color: #AF7AD4;
}
</style>
background-color css
<style>
a { background-color: #AF7AD4; }
a { background-color: rgb(175,122,212); }
div.DivClassName
{
background-color: #AF7AD4;
}
.BgClassName
{
background-color: #AF7AD4;
}
</style>
border-color css
<style>
span { border-color: #AF7AD4; }
span { border-color: rgb(175,122,212); }
td.TdClassName
{
border-color: #AF7AD4;
}
.TagClassName
{
border-color: #AF7AD4;
}
</style>