Shades of East Side #AF7FCB
Tints of East Side #AF7FCB
RGB
CMYK
RGB Variations
Color information
#AF7FCB (or 0xAF7FCB) is known color: East Side. HEX triplet: AF, 7F and CB. RGB value is (175,127,203). Sum of RGB (Red+Green+Blue) = 175+127+203=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FCB is #508034. Grayscale: #959595. Windows color (decimal): -5275701 or 13336495. OLE color: 13336495.
HSL color Cylindrical-coordinate representation of color #AF7FCB: hue angle of 277.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF7FCB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 127 | 203 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.20 |
| HSL | 277.89º | 0.42% | 0.65% | - |
| HSV(B) | 277.89º | 0.37% | 0.8% | - |
| XYZ | 36.05 | 28.6 | 60.12 | - |
| YUV | 150.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 203 | 0.14 | 0.37 | 0 | 0.20 | 277.89 | 0.42 | 0.65 |
| Hex | AF | 7F | CB | E | 25 | 0 | 14 | 116 | 2A | 41 |
| Octal | 257 | 177 | 313 | 16 | 45 | 0 | 24 | 426 | 52 | 101 |
| Binary | 10101111 | 1111111 | 11001011 | 1110 | 100101 | 0 | 10100 | 100010110 | 101010 | 1000001 |
Color Harmonies of #AF7FCB
Complementary color
Monochromatic Colors of #AF7FCB
Black with #AF7FCB
Text Example
Text Example
White with #AF7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FCB; }
p { color: rgb(175,127,203); }
H1.HeaderClassName
{
color: #AF7FCB;
}
.AnyTagClassName
{
color: #AF7FCB;
}
</style>
background-color css
<style>
a { background-color: #AF7FCB; }
a { background-color: rgb(175,127,203); }
div.DivClassName
{
background-color: #AF7FCB;
}
.BgClassName
{
background-color: #AF7FCB;
}
</style>
border-color css
<style>
span { border-color: #AF7FCB; }
span { border-color: rgb(175,127,203); }
td.TdClassName
{
border-color: #AF7FCB;
}
.TagClassName
{
border-color: #AF7FCB;
}
</style>