Shades of East Side #AF7CCB
Tints of East Side #AF7CCB
RGB
CMYK
RGB Variations
Color information
#AF7CCB (or 0xAF7CCB) is known color: East Side. HEX triplet: AF, 7C and CB. RGB value is (175,124,203). Sum of RGB (Red+Green+Blue) = 175+124+203=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF7CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CCB is #508334. Grayscale: #939393. Windows color (decimal): -5276469 or 13335727. OLE color: 13335727.
HSL color Cylindrical-coordinate representation of color #AF7CCB: hue angle of 278.73º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7CCB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 124 | 203 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.20 |
| HSL | 278.73º | 0.43% | 0.64% | - |
| HSV(B) | 278.73º | 0.39% | 0.8% | - |
| XYZ | 35.67 | 27.84 | 59.99 | - |
| YUV | 148.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 203 | 0.14 | 0.39 | 0 | 0.20 | 278.73 | 0.43 | 0.64 |
| Hex | AF | 7C | CB | E | 27 | 0 | 14 | 117 | 2B | 40 |
| Octal | 257 | 174 | 313 | 16 | 47 | 0 | 24 | 427 | 53 | 100 |
| Binary | 10101111 | 1111100 | 11001011 | 1110 | 100111 | 0 | 10100 | 100010111 | 101011 | 1000000 |
Color Harmonies of #AF7CCB
Complementary color
Monochromatic Colors of #AF7CCB
Black with #AF7CCB
Text Example
Text Example
White with #AF7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CCB; }
p { color: rgb(175,124,203); }
H1.HeaderClassName
{
color: #AF7CCB;
}
.AnyTagClassName
{
color: #AF7CCB;
}
</style>
background-color css
<style>
a { background-color: #AF7CCB; }
a { background-color: rgb(175,124,203); }
div.DivClassName
{
background-color: #AF7CCB;
}
.BgClassName
{
background-color: #AF7CCB;
}
</style>
border-color css
<style>
span { border-color: #AF7CCB; }
span { border-color: rgb(175,124,203); }
td.TdClassName
{
border-color: #AF7CCB;
}
.TagClassName
{
border-color: #AF7CCB;
}
</style>