Shades of East Side #AF81C2
Tints of East Side #AF81C2
RGB
CMYK
RGB Variations
Color information
#AF81C2 (or 0xAF81C2) is known color: East Side. HEX triplet: AF, 81 and C2. RGB value is (175,129,194). Sum of RGB (Red+Green+Blue) = 175+129+194=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF81C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81C2 is #507E3D. Grayscale: #959595. Windows color (decimal): -5275198 or 12747183. OLE color: 12747183.
HSL color Cylindrical-coordinate representation of color #AF81C2: hue angle of 282.46º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF81C2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 129 | 194 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.24 |
| HSL | 282.46º | 0.35% | 0.63% | - |
| HSV(B) | 282.46º | 0.34% | 0.76% | - |
| XYZ | 35.27 | 28.71 | 54.72 | - |
| YUV | 150.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 194 | 0.10 | 0.34 | 0 | 0.24 | 282.46 | 0.35 | 0.63 |
| Hex | AF | 81 | C2 | A | 22 | 0 | 18 | 11A | 23 | 3F |
| Octal | 257 | 201 | 302 | 12 | 42 | 0 | 30 | 432 | 43 | 77 |
| Binary | 10101111 | 10000001 | 11000010 | 1010 | 100010 | 0 | 11000 | 100011010 | 100011 | 111111 |
Color Harmonies of #AF81C2
Complementary color
Monochromatic Colors of #AF81C2
Black with #AF81C2
Text Example
Text Example
White with #AF81C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81C2; }
p { color: rgb(175,129,194); }
H1.HeaderClassName
{
color: #AF81C2;
}
.AnyTagClassName
{
color: #AF81C2;
}
</style>
background-color css
<style>
a { background-color: #AF81C2; }
a { background-color: rgb(175,129,194); }
div.DivClassName
{
background-color: #AF81C2;
}
.BgClassName
{
background-color: #AF81C2;
}
</style>
border-color css
<style>
span { border-color: #AF81C2; }
span { border-color: rgb(175,129,194); }
td.TdClassName
{
border-color: #AF81C2;
}
.TagClassName
{
border-color: #AF81C2;
}
</style>