Shades of East Side #AF6FBC
Tints of East Side #AF6FBC
RGB
CMYK
RGB Variations
Color information
#AF6FBC (or 0xAF6FBC) is known color: East Side. HEX triplet: AF, 6F and BC. RGB value is (175,111,188). Sum of RGB (Red+Green+Blue) = 175+111+188=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF6FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FBC is #509043. Grayscale: #8A8A8A. Windows color (decimal): -5279812 or 12349359. OLE color: 12349359.
HSL color Cylindrical-coordinate representation of color #AF6FBC: hue angle of 289.87º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6FBC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 111 | 188 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.26 |
| HSL | 289.87º | 0.36% | 0.59% | - |
| HSV(B) | 289.87º | 0.41% | 0.74% | - |
| XYZ | 32.44 | 24.11 | 50.52 | - |
| YUV | 138.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 188 | 0.07 | 0.41 | 0 | 0.26 | 289.87 | 0.36 | 0.59 |
| Hex | AF | 6F | BC | 7 | 29 | 0 | 1A | 122 | 24 | 3B |
| Octal | 257 | 157 | 274 | 7 | 51 | 0 | 32 | 442 | 44 | 73 |
| Binary | 10101111 | 1101111 | 10111100 | 111 | 101001 | 0 | 11010 | 100100010 | 100100 | 111011 |
Color Harmonies of #AF6FBC
Complementary color
Monochromatic Colors of #AF6FBC
Black with #AF6FBC
Text Example
Text Example
White with #AF6FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FBC; }
p { color: rgb(175,111,188); }
H1.HeaderClassName
{
color: #AF6FBC;
}
.AnyTagClassName
{
color: #AF6FBC;
}
</style>
background-color css
<style>
a { background-color: #AF6FBC; }
a { background-color: rgb(175,111,188); }
div.DivClassName
{
background-color: #AF6FBC;
}
.BgClassName
{
background-color: #AF6FBC;
}
</style>
border-color css
<style>
span { border-color: #AF6FBC; }
span { border-color: rgb(175,111,188); }
td.TdClassName
{
border-color: #AF6FBC;
}
.TagClassName
{
border-color: #AF6FBC;
}
</style>