Shades of East Side #AF70C2
Tints of East Side #AF70C2
RGB
CMYK
RGB Variations
Color information
#AF70C2 (or 0xAF70C2) is known color: East Side. HEX triplet: AF, 70 and C2. RGB value is (175,112,194). Sum of RGB (Red+Green+Blue) = 175+112+194=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF70C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70C2 is #508F3D. Grayscale: #8B8B8B. Windows color (decimal): -5279550 or 12742831. OLE color: 12742831.
HSL color Cylindrical-coordinate representation of color #AF70C2: hue angle of 286.1º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF70C2 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 112 | 194 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.24 |
| HSL | 286.1º | 0.4% | 0.6% | - |
| HSV(B) | 286.1º | 0.42% | 0.76% | - |
| XYZ | 33.21 | 24.6 | 54.04 | - |
| YUV | 140.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 194 | 0.10 | 0.42 | 0 | 0.24 | 286.1 | 0.4 | 0.6 |
| Hex | AF | 70 | C2 | A | 2A | 0 | 18 | 11E | 28 | 3C |
| Octal | 257 | 160 | 302 | 12 | 52 | 0 | 30 | 436 | 50 | 74 |
| Binary | 10101111 | 1110000 | 11000010 | 1010 | 101010 | 0 | 11000 | 100011110 | 101000 | 111100 |
Color Harmonies of #AF70C2
Complementary color
Monochromatic Colors of #AF70C2
Black with #AF70C2
Text Example
Text Example
White with #AF70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70C2; }
p { color: rgb(175,112,194); }
H1.HeaderClassName
{
color: #AF70C2;
}
.AnyTagClassName
{
color: #AF70C2;
}
</style>
background-color css
<style>
a { background-color: #AF70C2; }
a { background-color: rgb(175,112,194); }
div.DivClassName
{
background-color: #AF70C2;
}
.BgClassName
{
background-color: #AF70C2;
}
</style>
border-color css
<style>
span { border-color: #AF70C2; }
span { border-color: rgb(175,112,194); }
td.TdClassName
{
border-color: #AF70C2;
}
.TagClassName
{
border-color: #AF70C2;
}
</style>