Shades of Medium Purple #A675DC
Tints of Medium Purple #A675DC
RGB
CMYK
RGB Variations
Color information
#A675DC (or 0xA675DC) is known color: Medium Purple. HEX triplet: A6, 75 and DC. RGB value is (166,117,220). Sum of RGB (Red+Green+Blue) = 166+117+220=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #A675DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675DC is #598A23. Grayscale: #8F8F8F. Windows color (decimal): -5868068 or 14448038. OLE color: 14448038.
HSL color Cylindrical-coordinate representation of color #A675DC: hue angle of 268.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A675DC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 117 | 220 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.14 |
| HSL | 268.54º | 0.6% | 0.66% | - |
| HSV(B) | 268.54º | 0.47% | 0.86% | - |
| XYZ | 35.01 | 26 | 70.88 | - |
| YUV | 143.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 220 | 0.25 | 0.47 | 0 | 0.14 | 268.54 | 0.6 | 0.66 |
| Hex | A6 | 75 | DC | 19 | 2F | 0 | E | 10D | 3C | 42 |
| Octal | 246 | 165 | 334 | 31 | 57 | 0 | 16 | 415 | 74 | 102 |
| Binary | 10100110 | 1110101 | 11011100 | 11001 | 101111 | 0 | 1110 | 100001101 | 111100 | 1000010 |
Color Harmonies of #A675DC
Complementary color
Monochromatic Colors of #A675DC
Black with #A675DC
Text Example
Text Example
White with #A675DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675DC; }
p { color: rgb(166,117,220); }
H1.HeaderClassName
{
color: #A675DC;
}
.AnyTagClassName
{
color: #A675DC;
}
</style>
background-color css
<style>
a { background-color: #A675DC; }
a { background-color: rgb(166,117,220); }
div.DivClassName
{
background-color: #A675DC;
}
.BgClassName
{
background-color: #A675DC;
}
</style>
border-color css
<style>
span { border-color: #A675DC; }
span { border-color: rgb(166,117,220); }
td.TdClassName
{
border-color: #A675DC;
}
.TagClassName
{
border-color: #A675DC;
}
</style>