Shades of East Side #AF84CC
Tints of East Side #AF84CC
RGB
CMYK
RGB Variations
Color information
#AF84CC (or 0xAF84CC) is known color: East Side. HEX triplet: AF, 84 and CC. RGB value is (175,132,204). Sum of RGB (Red+Green+Blue) = 175+132+204=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF84CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84CC is #507B33. Grayscale: #989898. Windows color (decimal): -5274420 or 13403311. OLE color: 13403311.
HSL color Cylindrical-coordinate representation of color #AF84CC: hue angle of 275.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF84CC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 132 | 204 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.2 |
| HSL | 275.83º | 0.41% | 0.66% | - |
| HSV(B) | 275.83º | 0.35% | 0.8% | - |
| XYZ | 36.83 | 29.98 | 60.97 | - |
| YUV | 153.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 204 | 0.14 | 0.35 | 0 | 0.2 | 275.83 | 0.41 | 0.66 |
| Hex | AF | 84 | CC | E | 23 | 0 | 14 | 114 | 29 | 42 |
| Octal | 257 | 204 | 314 | 16 | 43 | 0 | 24 | 424 | 51 | 102 |
| Binary | 10101111 | 10000100 | 11001100 | 1110 | 100011 | 0 | 10100 | 100010100 | 101001 | 1000010 |
Color Harmonies of #AF84CC
Complementary color
Monochromatic Colors of #AF84CC
Black with #AF84CC
Text Example
Text Example
White with #AF84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF84CC; }
p { color: rgb(175,132,204); }
H1.HeaderClassName
{
color: #AF84CC;
}
.AnyTagClassName
{
color: #AF84CC;
}
</style>
background-color css
<style>
a { background-color: #AF84CC; }
a { background-color: rgb(175,132,204); }
div.DivClassName
{
background-color: #AF84CC;
}
.BgClassName
{
background-color: #AF84CC;
}
</style>
border-color css
<style>
span { border-color: #AF84CC; }
span { border-color: rgb(175,132,204); }
td.TdClassName
{
border-color: #AF84CC;
}
.TagClassName
{
border-color: #AF84CC;
}
</style>