Shades of East Side #AF75CB
Tints of East Side #AF75CB
RGB
CMYK
RGB Variations
Color information
#AF75CB (or 0xAF75CB) is known color: East Side. HEX triplet: AF, 75 and CB. RGB value is (175,117,203). Sum of RGB (Red+Green+Blue) = 175+117+203=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75CB is #508A34. Grayscale: #8F8F8F. Windows color (decimal): -5278261 or 13333935. OLE color: 13333935.
HSL color Cylindrical-coordinate representation of color #AF75CB: hue angle of 280.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF75CB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 117 | 203 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.20 |
| HSL | 280.47º | 0.45% | 0.63% | - |
| HSV(B) | 280.47º | 0.42% | 0.8% | - |
| XYZ | 34.82 | 26.15 | 59.71 | - |
| YUV | 144.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 203 | 0.14 | 0.42 | 0 | 0.20 | 280.47 | 0.45 | 0.63 |
| Hex | AF | 75 | CB | E | 2A | 0 | 14 | 118 | 2D | 3F |
| Octal | 257 | 165 | 313 | 16 | 52 | 0 | 24 | 430 | 55 | 77 |
| Binary | 10101111 | 1110101 | 11001011 | 1110 | 101010 | 0 | 10100 | 100011000 | 101101 | 111111 |
Color Harmonies of #AF75CB
Complementary color
Monochromatic Colors of #AF75CB
Black with #AF75CB
Text Example
Text Example
White with #AF75CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75CB; }
p { color: rgb(175,117,203); }
H1.HeaderClassName
{
color: #AF75CB;
}
.AnyTagClassName
{
color: #AF75CB;
}
</style>
background-color css
<style>
a { background-color: #AF75CB; }
a { background-color: rgb(175,117,203); }
div.DivClassName
{
background-color: #AF75CB;
}
.BgClassName
{
background-color: #AF75CB;
}
</style>
border-color css
<style>
span { border-color: #AF75CB; }
span { border-color: rgb(175,117,203); }
td.TdClassName
{
border-color: #AF75CB;
}
.TagClassName
{
border-color: #AF75CB;
}
</style>