Shades of East Side #AF8CC1
Tints of East Side #AF8CC1
RGB
CMYK
RGB Variations
Color information
#AF8CC1 (or 0xAF8CC1) is known color: East Side. HEX triplet: AF, 8C and C1. RGB value is (175,140,193). Sum of RGB (Red+Green+Blue) = 175+140+193=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF8CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CC1 is #50733E. Grayscale: #9C9C9C. Windows color (decimal): -5272383 or 12684463. OLE color: 12684463.
HSL color Cylindrical-coordinate representation of color #AF8CC1: hue angle of 279.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8CC1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 140 | 193 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.24 |
| HSL | 279.62º | 0.3% | 0.65% | - |
| HSV(B) | 279.62º | 0.27% | 0.76% | - |
| XYZ | 36.68 | 31.72 | 54.64 | - |
| YUV | 156.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 193 | 0.09 | 0.27 | 0 | 0.24 | 279.62 | 0.3 | 0.65 |
| Hex | AF | 8C | C1 | 9 | 1B | 0 | 18 | 118 | 1E | 41 |
| Octal | 257 | 214 | 301 | 11 | 33 | 0 | 30 | 430 | 36 | 101 |
| Binary | 10101111 | 10001100 | 11000001 | 1001 | 11011 | 0 | 11000 | 100011000 | 11110 | 1000001 |
Color Harmonies of #AF8CC1
Complementary color
Monochromatic Colors of #AF8CC1
Black with #AF8CC1
Text Example
Text Example
White with #AF8CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CC1; }
p { color: rgb(175,140,193); }
H1.HeaderClassName
{
color: #AF8CC1;
}
.AnyTagClassName
{
color: #AF8CC1;
}
</style>
background-color css
<style>
a { background-color: #AF8CC1; }
a { background-color: rgb(175,140,193); }
div.DivClassName
{
background-color: #AF8CC1;
}
.BgClassName
{
background-color: #AF8CC1;
}
</style>
border-color css
<style>
span { border-color: #AF8CC1; }
span { border-color: rgb(175,140,193); }
td.TdClassName
{
border-color: #AF8CC1;
}
.TagClassName
{
border-color: #AF8CC1;
}
</style>