Shades of East Side #AF94C1
Tints of East Side #AF94C1
RGB
CMYK
RGB Variations
Color information
#AF94C1 (or 0xAF94C1) is known color: East Side. HEX triplet: AF, 94 and C1. RGB value is (175,148,193). Sum of RGB (Red+Green+Blue) = 175+148+193=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C1 is #506B3E. Grayscale: #A1A1A1. Windows color (decimal): -5270335 or 12686511. OLE color: 12686511.
HSL color Cylindrical-coordinate representation of color #AF94C1: hue angle of 276º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF94C1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 148 | 193 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.24 |
| HSL | 276º | 0.27% | 0.67% | - |
| HSV(B) | 276º | 0.23% | 0.76% | - |
| XYZ | 37.89 | 34.14 | 55.05 | - |
| YUV | 161.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 193 | 0.09 | 0.23 | 0 | 0.24 | 276 | 0.27 | 0.67 |
| Hex | AF | 94 | C1 | 9 | 17 | 0 | 18 | 114 | 1B | 43 |
| Octal | 257 | 224 | 301 | 11 | 27 | 0 | 30 | 424 | 33 | 103 |
| Binary | 10101111 | 10010100 | 11000001 | 1001 | 10111 | 0 | 11000 | 100010100 | 11011 | 1000011 |
Color Harmonies of #AF94C1
Complementary color
Monochromatic Colors of #AF94C1
Black with #AF94C1
Text Example
Text Example
White with #AF94C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94C1; }
p { color: rgb(175,148,193); }
H1.HeaderClassName
{
color: #AF94C1;
}
.AnyTagClassName
{
color: #AF94C1;
}
</style>
background-color css
<style>
a { background-color: #AF94C1; }
a { background-color: rgb(175,148,193); }
div.DivClassName
{
background-color: #AF94C1;
}
.BgClassName
{
background-color: #AF94C1;
}
</style>
border-color css
<style>
span { border-color: #AF94C1; }
span { border-color: rgb(175,148,193); }
td.TdClassName
{
border-color: #AF94C1;
}
.TagClassName
{
border-color: #AF94C1;
}
</style>