Shades of East Side #AF93C2
Tints of East Side #AF93C2
RGB
CMYK
RGB Variations
Color information
#AF93C2 (or 0xAF93C2) is known color: East Side. HEX triplet: AF, 93 and C2. RGB value is (175,147,194). Sum of RGB (Red+Green+Blue) = 175+147+194=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF93C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93C2 is #506C3D. Grayscale: #A0A0A0. Windows color (decimal): -5270590 or 12751791. OLE color: 12751791.
HSL color Cylindrical-coordinate representation of color #AF93C2: hue angle of 275.74º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF93C2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 147 | 194 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.24 |
| HSL | 275.74º | 0.28% | 0.67% | - |
| HSV(B) | 275.74º | 0.24% | 0.76% | - |
| XYZ | 37.85 | 33.88 | 55.58 | - |
| YUV | 160.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 194 | 0.10 | 0.24 | 0 | 0.24 | 275.74 | 0.28 | 0.67 |
| Hex | AF | 93 | C2 | A | 18 | 0 | 18 | 114 | 1C | 43 |
| Octal | 257 | 223 | 302 | 12 | 30 | 0 | 30 | 424 | 34 | 103 |
| Binary | 10101111 | 10010011 | 11000010 | 1010 | 11000 | 0 | 11000 | 100010100 | 11100 | 1000011 |
Color Harmonies of #AF93C2
Complementary color
Monochromatic Colors of #AF93C2
Black with #AF93C2
Text Example
Text Example
White with #AF93C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF93C2; }
p { color: rgb(175,147,194); }
H1.HeaderClassName
{
color: #AF93C2;
}
.AnyTagClassName
{
color: #AF93C2;
}
</style>
background-color css
<style>
a { background-color: #AF93C2; }
a { background-color: rgb(175,147,194); }
div.DivClassName
{
background-color: #AF93C2;
}
.BgClassName
{
background-color: #AF93C2;
}
</style>
border-color css
<style>
span { border-color: #AF93C2; }
span { border-color: rgb(175,147,194); }
td.TdClassName
{
border-color: #AF93C2;
}
.TagClassName
{
border-color: #AF93C2;
}
</style>