Shades of East Side #AF90C1
Tints of East Side #AF90C1
RGB
CMYK
RGB Variations
Color information
#AF90C1 (or 0xAF90C1) is known color: East Side. HEX triplet: AF, 90 and C1. RGB value is (175,144,193). Sum of RGB (Red+Green+Blue) = 175+144+193=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF90C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90C1 is #506F3E. Grayscale: #9E9E9E. Windows color (decimal): -5271359 or 12685487. OLE color: 12685487.
HSL color Cylindrical-coordinate representation of color #AF90C1: hue angle of 277.96º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF90C1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 144 | 193 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.24 |
| HSL | 277.96º | 0.28% | 0.66% | - |
| HSV(B) | 277.96º | 0.25% | 0.76% | - |
| XYZ | 37.28 | 32.91 | 54.84 | - |
| YUV | 158.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 193 | 0.09 | 0.25 | 0 | 0.24 | 277.96 | 0.28 | 0.66 |
| Hex | AF | 90 | C1 | 9 | 19 | 0 | 18 | 116 | 1C | 42 |
| Octal | 257 | 220 | 301 | 11 | 31 | 0 | 30 | 426 | 34 | 102 |
| Binary | 10101111 | 10010000 | 11000001 | 1001 | 11001 | 0 | 11000 | 100010110 | 11100 | 1000010 |
Color Harmonies of #AF90C1
Complementary color
Monochromatic Colors of #AF90C1
Black with #AF90C1
Text Example
Text Example
White with #AF90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90C1; }
p { color: rgb(175,144,193); }
H1.HeaderClassName
{
color: #AF90C1;
}
.AnyTagClassName
{
color: #AF90C1;
}
</style>
background-color css
<style>
a { background-color: #AF90C1; }
a { background-color: rgb(175,144,193); }
div.DivClassName
{
background-color: #AF90C1;
}
.BgClassName
{
background-color: #AF90C1;
}
</style>
border-color css
<style>
span { border-color: #AF90C1; }
span { border-color: rgb(175,144,193); }
td.TdClassName
{
border-color: #AF90C1;
}
.TagClassName
{
border-color: #AF90C1;
}
</style>