Shades of East Side #AF8CCB
Tints of East Side #AF8CCB
RGB
CMYK
RGB Variations
Color information
#AF8CCB (or 0xAF8CCB) is known color: East Side. HEX triplet: AF, 8C and CB. RGB value is (175,140,203). Sum of RGB (Red+Green+Blue) = 175+140+203=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCB is #507334. Grayscale: #9D9D9D. Windows color (decimal): -5272373 or 13339823. OLE color: 13339823.
HSL color Cylindrical-coordinate representation of color #AF8CCB: hue angle of 273.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8CCB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 140 | 203 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.20 |
| HSL | 273.33º | 0.38% | 0.67% | - |
| HSV(B) | 273.33º | 0.31% | 0.8% | - |
| XYZ | 37.84 | 32.18 | 60.72 | - |
| YUV | 157.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 203 | 0.14 | 0.31 | 0 | 0.20 | 273.33 | 0.38 | 0.67 |
| Hex | AF | 8C | CB | E | 1F | 0 | 14 | 111 | 26 | 43 |
| Octal | 257 | 214 | 313 | 16 | 37 | 0 | 24 | 421 | 46 | 103 |
| Binary | 10101111 | 10001100 | 11001011 | 1110 | 11111 | 0 | 10100 | 100010001 | 100110 | 1000011 |
Color Harmonies of #AF8CCB
Complementary color
Monochromatic Colors of #AF8CCB
Black with #AF8CCB
Text Example
Text Example
White with #AF8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CCB; }
p { color: rgb(175,140,203); }
H1.HeaderClassName
{
color: #AF8CCB;
}
.AnyTagClassName
{
color: #AF8CCB;
}
</style>
background-color css
<style>
a { background-color: #AF8CCB; }
a { background-color: rgb(175,140,203); }
div.DivClassName
{
background-color: #AF8CCB;
}
.BgClassName
{
background-color: #AF8CCB;
}
</style>
border-color css
<style>
span { border-color: #AF8CCB; }
span { border-color: rgb(175,140,203); }
td.TdClassName
{
border-color: #AF8CCB;
}
.TagClassName
{
border-color: #AF8CCB;
}
</style>