Shades of East Side #AF80CC
Tints of East Side #AF80CC
RGB
CMYK
RGB Variations
Color information
#AF80CC (or 0xAF80CC) is known color: East Side. HEX triplet: AF, 80 and CC. RGB value is (175,128,204). Sum of RGB (Red+Green+Blue) = 175+128+204=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80CC is #507F33. Grayscale: #969696. Windows color (decimal): -5275444 or 13402287. OLE color: 13402287.
HSL color Cylindrical-coordinate representation of color #AF80CC: hue angle of 277.11º degrees, saturation: 0.43, 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 #AF80CC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 128 | 204 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.2 |
| HSL | 277.11º | 0.43% | 0.65% | - |
| HSV(B) | 277.11º | 0.37% | 0.8% | - |
| XYZ | 36.3 | 28.91 | 60.79 | - |
| YUV | 150.72 | 158.07 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 204 | 0.14 | 0.37 | 0 | 0.2 | 277.11 | 0.43 | 0.65 |
| Hex | AF | 80 | CC | E | 25 | 0 | 14 | 115 | 2B | 41 |
| Octal | 257 | 200 | 314 | 16 | 45 | 0 | 24 | 425 | 53 | 101 |
| Binary | 10101111 | 10000000 | 11001100 | 1110 | 100101 | 0 | 10100 | 100010101 | 101011 | 1000001 |
Color Harmonies of #AF80CC
Complementary color
Monochromatic Colors of #AF80CC
Black with #AF80CC
Text Example
Text Example
White with #AF80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80CC; }
p { color: rgb(175,128,204); }
H1.HeaderClassName
{
color: #AF80CC;
}
.AnyTagClassName
{
color: #AF80CC;
}
</style>
background-color css
<style>
a { background-color: #AF80CC; }
a { background-color: rgb(175,128,204); }
div.DivClassName
{
background-color: #AF80CC;
}
.BgClassName
{
background-color: #AF80CC;
}
</style>
border-color css
<style>
span { border-color: #AF80CC; }
span { border-color: rgb(175,128,204); }
td.TdClassName
{
border-color: #AF80CC;
}
.TagClassName
{
border-color: #AF80CC;
}
</style>