Shades of East Side #AF7ACC
Tints of East Side #AF7ACC
RGB
CMYK
RGB Variations
Color information
#AF7ACC (or 0xAF7ACC) is known color: East Side. HEX triplet: AF, 7A and CC. RGB value is (175,122,204). Sum of RGB (Red+Green+Blue) = 175+122+204=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ACC is #508533. Grayscale: #929292. Windows color (decimal): -5276980 or 13400751. OLE color: 13400751.
HSL color Cylindrical-coordinate representation of color #AF7ACC: hue angle of 278.78º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF7ACC is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 122 | 204 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.2 |
| HSL | 278.78º | 0.45% | 0.64% | - |
| HSV(B) | 278.78º | 0.4% | 0.8% | - |
| XYZ | 35.54 | 27.39 | 60.54 | - |
| YUV | 147.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 204 | 0.14 | 0.40 | 0 | 0.2 | 278.78 | 0.45 | 0.64 |
| Hex | AF | 7A | CC | E | 28 | 0 | 14 | 117 | 2D | 40 |
| Octal | 257 | 172 | 314 | 16 | 50 | 0 | 24 | 427 | 55 | 100 |
| Binary | 10101111 | 1111010 | 11001100 | 1110 | 101000 | 0 | 10100 | 100010111 | 101101 | 1000000 |
Color Harmonies of #AF7ACC
Complementary color
Monochromatic Colors of #AF7ACC
Black with #AF7ACC
Text Example
Text Example
White with #AF7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ACC; }
p { color: rgb(175,122,204); }
H1.HeaderClassName
{
color: #AF7ACC;
}
.AnyTagClassName
{
color: #AF7ACC;
}
</style>
background-color css
<style>
a { background-color: #AF7ACC; }
a { background-color: rgb(175,122,204); }
div.DivClassName
{
background-color: #AF7ACC;
}
.BgClassName
{
background-color: #AF7ACC;
}
</style>
border-color css
<style>
span { border-color: #AF7ACC; }
span { border-color: rgb(175,122,204); }
td.TdClassName
{
border-color: #AF7ACC;
}
.TagClassName
{
border-color: #AF7ACC;
}
</style>