Shades of East Side #AF90C3
Tints of East Side #AF90C3
RGB
CMYK
RGB Variations
Color information
#AF90C3 (or 0xAF90C3) is known color: East Side. HEX triplet: AF, 90 and C3. RGB value is (175,144,195). Sum of RGB (Red+Green+Blue) = 175+144+195=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF90C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90C3 is #506F3C. Grayscale: #9E9E9E. Windows color (decimal): -5271357 or 12816559. OLE color: 12816559.
HSL color Cylindrical-coordinate representation of color #AF90C3: hue angle of 276.47º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF90C3 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 144 | 195 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.24 |
| HSL | 276.47º | 0.3% | 0.66% | - |
| HSV(B) | 276.47º | 0.26% | 0.76% | - |
| XYZ | 37.5 | 33 | 56.02 | - |
| YUV | 159.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 195 | 0.10 | 0.26 | 0 | 0.24 | 276.47 | 0.3 | 0.66 |
| Hex | AF | 90 | C3 | A | 1A | 0 | 18 | 114 | 1E | 42 |
| Octal | 257 | 220 | 303 | 12 | 32 | 0 | 30 | 424 | 36 | 102 |
| Binary | 10101111 | 10010000 | 11000011 | 1010 | 11010 | 0 | 11000 | 100010100 | 11110 | 1000010 |
Color Harmonies of #AF90C3
Complementary color
Monochromatic Colors of #AF90C3
Black with #AF90C3
Text Example
Text Example
White with #AF90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90C3; }
p { color: rgb(175,144,195); }
H1.HeaderClassName
{
color: #AF90C3;
}
.AnyTagClassName
{
color: #AF90C3;
}
</style>
background-color css
<style>
a { background-color: #AF90C3; }
a { background-color: rgb(175,144,195); }
div.DivClassName
{
background-color: #AF90C3;
}
.BgClassName
{
background-color: #AF90C3;
}
</style>
border-color css
<style>
span { border-color: #AF90C3; }
span { border-color: rgb(175,144,195); }
td.TdClassName
{
border-color: #AF90C3;
}
.TagClassName
{
border-color: #AF90C3;
}
</style>