Shades of East Side #AF74CC
Tints of East Side #AF74CC
RGB
CMYK
RGB Variations
Color information
#AF74CC (or 0xAF74CC) is known color: East Side. HEX triplet: AF, 74 and CC. RGB value is (175,116,204). Sum of RGB (Red+Green+Blue) = 175+116+204=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CC is #508B33. Grayscale: #8F8F8F. Windows color (decimal): -5278516 or 13399215. OLE color: 13399215.
HSL color Cylindrical-coordinate representation of color #AF74CC: hue angle of 280.23º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF74CC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 116 | 204 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.2 |
| HSL | 280.23º | 0.46% | 0.63% | - |
| HSV(B) | 280.23º | 0.43% | 0.8% | - |
| XYZ | 34.82 | 25.96 | 60.3 | - |
| YUV | 143.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 204 | 0.14 | 0.43 | 0 | 0.2 | 280.23 | 0.46 | 0.63 |
| Hex | AF | 74 | CC | E | 2B | 0 | 14 | 118 | 2E | 3F |
| Octal | 257 | 164 | 314 | 16 | 53 | 0 | 24 | 430 | 56 | 77 |
| Binary | 10101111 | 1110100 | 11001100 | 1110 | 101011 | 0 | 10100 | 100011000 | 101110 | 111111 |
Color Harmonies of #AF74CC
Complementary color
Monochromatic Colors of #AF74CC
Black with #AF74CC
Text Example
Text Example
White with #AF74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74CC; }
p { color: rgb(175,116,204); }
H1.HeaderClassName
{
color: #AF74CC;
}
.AnyTagClassName
{
color: #AF74CC;
}
</style>
background-color css
<style>
a { background-color: #AF74CC; }
a { background-color: rgb(175,116,204); }
div.DivClassName
{
background-color: #AF74CC;
}
.BgClassName
{
background-color: #AF74CC;
}
</style>
border-color css
<style>
span { border-color: #AF74CC; }
span { border-color: rgb(175,116,204); }
td.TdClassName
{
border-color: #AF74CC;
}
.TagClassName
{
border-color: #AF74CC;
}
</style>