Shades of Medium Purple #A875ED
Tints of Medium Purple #A875ED
RGB
CMYK
RGB Variations
Color information
#A875ED (or 0xA875ED) is known color: Medium Purple. HEX triplet: A8, 75 and ED. RGB value is (168,117,237). Sum of RGB (Red+Green+Blue) = 168+117+237=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A875ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A875ED is #578A12. Grayscale: #919191. Windows color (decimal): -5736979 or 15562152. OLE color: 15562152.
HSL color Cylindrical-coordinate representation of color #A875ED: hue angle of 265.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A875ED is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 117 | 237 | - |
CMYK | 0.29 | 0.51 | 0 | 0.07 |
HSL | 265.5º | 0.77% | 0.69% | - |
HSV(B) | 265.5º | 0.51% | 0.93% | - |
XYZ | 37.8 | 27.16 | 83.37 | - |
YUV | 145.93 | 179.4 | 143.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 117 | 237 | 0.29 | 0.51 | 0 | 0.07 | 265.5 | 0.77 | 0.69 |
Hex | A8 | 75 | ED | 1D | 33 | 0 | 7 | 10A | 4D | 45 |
Octal | 250 | 165 | 355 | 35 | 63 | 0 | 7 | 412 | 115 | 105 |
Binary | 10101000 | 1110101 | 11101101 | 11101 | 110011 | 0 | 111 | 100001010 | 1001101 | 1000101 |
Color Harmonies of #A875ED
Complementary color
Monochromatic Colors of #A875ED
Black with #A875ED
Text Example
Text Example
White with #A875ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875ED; }
p { color: rgb(168,117,237); }
H1.HeaderClassName
{
color: #A875ED;
}
.AnyTagClassName
{
color: #A875ED;
}
</style>
background-color css
<style>
a { background-color: #A875ED; }
a { background-color: rgb(168,117,237); }
div.DivClassName
{
background-color: #A875ED;
}
.BgClassName
{
background-color: #A875ED;
}
</style>
border-color css
<style>
span { border-color: #A875ED; }
span { border-color: rgb(168,117,237); }
td.TdClassName
{
border-color: #A875ED;
}
.TagClassName
{
border-color: #A875ED;
}
</style>