Shades of East Side #AF8FCB
Tints of East Side #AF8FCB
RGB
CMYK
RGB Variations
Color information
#AF8FCB (or 0xAF8FCB) is known color: East Side. HEX triplet: AF, 8F and CB. RGB value is (175,143,203). Sum of RGB (Red+Green+Blue) = 175+143+203=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCB is #507034. Grayscale: #9F9F9F. Windows color (decimal): -5271605 or 13340591. OLE color: 13340591.
HSL color Cylindrical-coordinate representation of color #AF8FCB: hue angle of 272º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8FCB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 143 | 203 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.20 |
| HSL | 272º | 0.37% | 0.68% | - |
| HSV(B) | 272º | 0.3% | 0.8% | - |
| XYZ | 38.28 | 33.07 | 60.87 | - |
| YUV | 159.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 203 | 0.14 | 0.30 | 0 | 0.20 | 272 | 0.37 | 0.68 |
| Hex | AF | 8F | CB | E | 1E | 0 | 14 | 110 | 25 | 44 |
| Octal | 257 | 217 | 313 | 16 | 36 | 0 | 24 | 420 | 45 | 104 |
| Binary | 10101111 | 10001111 | 11001011 | 1110 | 11110 | 0 | 10100 | 100010000 | 100101 | 1000100 |
Color Harmonies of #AF8FCB
Complementary color
Monochromatic Colors of #AF8FCB
Black with #AF8FCB
Text Example
Text Example
White with #AF8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FCB; }
p { color: rgb(175,143,203); }
H1.HeaderClassName
{
color: #AF8FCB;
}
.AnyTagClassName
{
color: #AF8FCB;
}
</style>
background-color css
<style>
a { background-color: #AF8FCB; }
a { background-color: rgb(175,143,203); }
div.DivClassName
{
background-color: #AF8FCB;
}
.BgClassName
{
background-color: #AF8FCB;
}
</style>
border-color css
<style>
span { border-color: #AF8FCB; }
span { border-color: rgb(175,143,203); }
td.TdClassName
{
border-color: #AF8FCB;
}
.TagClassName
{
border-color: #AF8FCB;
}
</style>