Shades of East Side #AF81C8
Tints of East Side #AF81C8
RGB
CMYK
RGB Variations
Color information
#AF81C8 (or 0xAF81C8) is known color: East Side. HEX triplet: AF, 81 and C8. RGB value is (175,129,200). Sum of RGB (Red+Green+Blue) = 175+129+200=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF81C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81C8 is #507E37. Grayscale: #969696. Windows color (decimal): -5275192 or 13140399. OLE color: 13140399.
HSL color Cylindrical-coordinate representation of color #AF81C8: hue angle of 278.87º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF81C8 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 129 | 200 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.22 |
| HSL | 278.87º | 0.39% | 0.65% | - |
| HSV(B) | 278.87º | 0.36% | 0.78% | - |
| XYZ | 35.95 | 28.98 | 58.34 | - |
| YUV | 150.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 200 | 0.12 | 0.36 | 0 | 0.22 | 278.87 | 0.39 | 0.65 |
| Hex | AF | 81 | C8 | C | 24 | 0 | 16 | 117 | 27 | 41 |
| Octal | 257 | 201 | 310 | 14 | 44 | 0 | 26 | 427 | 47 | 101 |
| Binary | 10101111 | 10000001 | 11001000 | 1100 | 100100 | 0 | 10110 | 100010111 | 100111 | 1000001 |
Color Harmonies of #AF81C8
Complementary color
Monochromatic Colors of #AF81C8
Black with #AF81C8
Text Example
Text Example
White with #AF81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF81C8; }
p { color: rgb(175,129,200); }
H1.HeaderClassName
{
color: #AF81C8;
}
.AnyTagClassName
{
color: #AF81C8;
}
</style>
background-color css
<style>
a { background-color: #AF81C8; }
a { background-color: rgb(175,129,200); }
div.DivClassName
{
background-color: #AF81C8;
}
.BgClassName
{
background-color: #AF81C8;
}
</style>
border-color css
<style>
span { border-color: #AF81C8; }
span { border-color: rgb(175,129,200); }
td.TdClassName
{
border-color: #AF81C8;
}
.TagClassName
{
border-color: #AF81C8;
}
</style>