Shades of Medium Purple #A675ED
Tints of Medium Purple #A675ED
RGB
CMYK
RGB Variations
Color information
#A675ED (or 0xA675ED) is known color: Medium Purple. HEX triplet: A6, 75 and ED. RGB value is (166,117,237). Sum of RGB (Red+Green+Blue) = 166+117+237=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #A675ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A675ED is #598A12. Grayscale: #909090. Windows color (decimal): -5868051 or 15562150. OLE color: 15562150.
HSL color Cylindrical-coordinate representation of color #A675ED: hue angle of 264.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 #A675ED is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 117 | 237 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.07 |
| HSL | 264.5º | 0.77% | 0.69% | - |
| HSV(B) | 264.5º | 0.51% | 0.93% | - |
| XYZ | 37.37 | 26.94 | 83.35 | - |
| YUV | 145.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 237 | 0.30 | 0.51 | 0 | 0.07 | 264.5 | 0.77 | 0.69 |
| Hex | A6 | 75 | ED | 1E | 33 | 0 | 7 | 108 | 4D | 45 |
| Octal | 246 | 165 | 355 | 36 | 63 | 0 | 7 | 410 | 115 | 105 |
| Binary | 10100110 | 1110101 | 11101101 | 11110 | 110011 | 0 | 111 | 100001000 | 1001101 | 1000101 |
Color Harmonies of #A675ED
Complementary color
Monochromatic Colors of #A675ED
Black with #A675ED
Text Example
Text Example
White with #A675ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675ED; }
p { color: rgb(166,117,237); }
H1.HeaderClassName
{
color: #A675ED;
}
.AnyTagClassName
{
color: #A675ED;
}
</style>
background-color css
<style>
a { background-color: #A675ED; }
a { background-color: rgb(166,117,237); }
div.DivClassName
{
background-color: #A675ED;
}
.BgClassName
{
background-color: #A675ED;
}
</style>
border-color css
<style>
span { border-color: #A675ED; }
span { border-color: rgb(166,117,237); }
td.TdClassName
{
border-color: #A675ED;
}
.TagClassName
{
border-color: #A675ED;
}
</style>