Shades of East Side #AF94C2
Tints of East Side #AF94C2
RGB
CMYK
RGB Variations
Color information
#AF94C2 (or 0xAF94C2) is known color: East Side. HEX triplet: AF, 94 and C2. RGB value is (175,148,194). Sum of RGB (Red+Green+Blue) = 175+148+194=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF94C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94C2 is #506B3D. Grayscale: #A1A1A1. Windows color (decimal): -5270334 or 12752047. OLE color: 12752047.
HSL color Cylindrical-coordinate representation of color #AF94C2: hue angle of 275.22º degrees, saturation: 0.27, 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 #AF94C2 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 148 | 194 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.24 |
| HSL | 275.22º | 0.27% | 0.67% | - |
| HSV(B) | 275.22º | 0.24% | 0.76% | - |
| XYZ | 38.01 | 34.19 | 55.63 | - |
| YUV | 161.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 194 | 0.10 | 0.24 | 0 | 0.24 | 275.22 | 0.27 | 0.67 |
| Hex | AF | 94 | C2 | A | 18 | 0 | 18 | 113 | 1B | 43 |
| Octal | 257 | 224 | 302 | 12 | 30 | 0 | 30 | 423 | 33 | 103 |
| Binary | 10101111 | 10010100 | 11000010 | 1010 | 11000 | 0 | 11000 | 100010011 | 11011 | 1000011 |
Color Harmonies of #AF94C2
Complementary color
Monochromatic Colors of #AF94C2
Black with #AF94C2
Text Example
Text Example
White with #AF94C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94C2; }
p { color: rgb(175,148,194); }
H1.HeaderClassName
{
color: #AF94C2;
}
.AnyTagClassName
{
color: #AF94C2;
}
</style>
background-color css
<style>
a { background-color: #AF94C2; }
a { background-color: rgb(175,148,194); }
div.DivClassName
{
background-color: #AF94C2;
}
.BgClassName
{
background-color: #AF94C2;
}
</style>
border-color css
<style>
span { border-color: #AF94C2; }
span { border-color: rgb(175,148,194); }
td.TdClassName
{
border-color: #AF94C2;
}
.TagClassName
{
border-color: #AF94C2;
}
</style>