Shades of East Side #AF83CC
Tints of East Side #AF83CC
RGB
CMYK
RGB Variations
Color information
#AF83CC (or 0xAF83CC) is known color: East Side. HEX triplet: AF, 83 and CC. RGB value is (175,131,204). Sum of RGB (Red+Green+Blue) = 175+131+204=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83CC is #507C33. Grayscale: #989898. Windows color (decimal): -5274676 or 13403055. OLE color: 13403055.
HSL color Cylindrical-coordinate representation of color #AF83CC: hue angle of 276.16º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF83CC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 131 | 204 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.2 |
| HSL | 276.16º | 0.42% | 0.66% | - |
| HSV(B) | 276.16º | 0.36% | 0.8% | - |
| XYZ | 36.69 | 29.71 | 60.93 | - |
| YUV | 152.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 204 | 0.14 | 0.36 | 0 | 0.2 | 276.16 | 0.42 | 0.66 |
| Hex | AF | 83 | CC | E | 24 | 0 | 14 | 114 | 2A | 42 |
| Octal | 257 | 203 | 314 | 16 | 44 | 0 | 24 | 424 | 52 | 102 |
| Binary | 10101111 | 10000011 | 11001100 | 1110 | 100100 | 0 | 10100 | 100010100 | 101010 | 1000010 |
Color Harmonies of #AF83CC
Complementary color
Monochromatic Colors of #AF83CC
Black with #AF83CC
Text Example
Text Example
White with #AF83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF83CC; }
p { color: rgb(175,131,204); }
H1.HeaderClassName
{
color: #AF83CC;
}
.AnyTagClassName
{
color: #AF83CC;
}
</style>
background-color css
<style>
a { background-color: #AF83CC; }
a { background-color: rgb(175,131,204); }
div.DivClassName
{
background-color: #AF83CC;
}
.BgClassName
{
background-color: #AF83CC;
}
</style>
border-color css
<style>
span { border-color: #AF83CC; }
span { border-color: rgb(175,131,204); }
td.TdClassName
{
border-color: #AF83CC;
}
.TagClassName
{
border-color: #AF83CC;
}
</style>