Shades of East Side #AF93C6
Tints of East Side #AF93C6
RGB
CMYK
RGB Variations
Color information
#AF93C6 (or 0xAF93C6) is known color: East Side. HEX triplet: AF, 93 and C6. RGB value is (175,147,198). Sum of RGB (Red+Green+Blue) = 175+147+198=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF93C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93C6 is #506C39. Grayscale: #A1A1A1. Windows color (decimal): -5270586 or 13013935. OLE color: 13013935.
HSL color Cylindrical-coordinate representation of color #AF93C6: hue angle of 272.94º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF93C6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 147 | 198 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.22 |
| HSL | 272.94º | 0.31% | 0.68% | - |
| HSV(B) | 272.94º | 0.26% | 0.78% | - |
| XYZ | 38.31 | 34.06 | 57.98 | - |
| YUV | 161.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 198 | 0.12 | 0.26 | 0 | 0.22 | 272.94 | 0.31 | 0.68 |
| Hex | AF | 93 | C6 | C | 1A | 0 | 16 | 111 | 1F | 44 |
| Octal | 257 | 223 | 306 | 14 | 32 | 0 | 26 | 421 | 37 | 104 |
| Binary | 10101111 | 10010011 | 11000110 | 1100 | 11010 | 0 | 10110 | 100010001 | 11111 | 1000100 |
Color Harmonies of #AF93C6
Complementary color
Monochromatic Colors of #AF93C6
Black with #AF93C6
Text Example
Text Example
White with #AF93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93C6; }
p { color: rgb(175,147,198); }
H1.HeaderClassName
{
color: #AF93C6;
}
.AnyTagClassName
{
color: #AF93C6;
}
</style>
background-color css
<style>
a { background-color: #AF93C6; }
a { background-color: rgb(175,147,198); }
div.DivClassName
{
background-color: #AF93C6;
}
.BgClassName
{
background-color: #AF93C6;
}
</style>
border-color css
<style>
span { border-color: #AF93C6; }
span { border-color: rgb(175,147,198); }
td.TdClassName
{
border-color: #AF93C6;
}
.TagClassName
{
border-color: #AF93C6;
}
</style>