Shades of East Side #A875C1
Tints of East Side #A875C1
RGB
CMYK
RGB Variations
Color information
#A875C1 (or 0xA875C1) is known color: East Side. HEX triplet: A8, 75 and C1. RGB value is (168,117,193). Sum of RGB (Red+Green+Blue) = 168+117+193=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #A875C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875C1 is #578A3E. Grayscale: #8C8C8C. Windows color (decimal): -5737023 or 12678568. OLE color: 12678568.
HSL color Cylindrical-coordinate representation of color #A875C1: hue angle of 280.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A875C1 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 117 | 193 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.24 |
| HSL | 280.26º | 0.38% | 0.61% | - |
| HSV(B) | 280.26º | 0.39% | 0.76% | - |
| XYZ | 32.14 | 24.9 | 53.56 | - |
| YUV | 140.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 193 | 0.13 | 0.39 | 0 | 0.24 | 280.26 | 0.38 | 0.61 |
| Hex | A8 | 75 | C1 | D | 27 | 0 | 18 | 118 | 26 | 3D |
| Octal | 250 | 165 | 301 | 15 | 47 | 0 | 30 | 430 | 46 | 75 |
| Binary | 10101000 | 1110101 | 11000001 | 1101 | 100111 | 0 | 11000 | 100011000 | 100110 | 111101 |
Color Harmonies of #A875C1
Complementary color
Monochromatic Colors of #A875C1
Black with #A875C1
Text Example
Text Example
White with #A875C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875C1; }
p { color: rgb(168,117,193); }
H1.HeaderClassName
{
color: #A875C1;
}
.AnyTagClassName
{
color: #A875C1;
}
</style>
background-color css
<style>
a { background-color: #A875C1; }
a { background-color: rgb(168,117,193); }
div.DivClassName
{
background-color: #A875C1;
}
.BgClassName
{
background-color: #A875C1;
}
</style>
border-color css
<style>
span { border-color: #A875C1; }
span { border-color: rgb(168,117,193); }
td.TdClassName
{
border-color: #A875C1;
}
.TagClassName
{
border-color: #A875C1;
}
</style>