Shades of Medium Purple #A675DF
Tints of Medium Purple #A675DF
RGB
CMYK
RGB Variations
Color information
#A675DF (or 0xA675DF) is known color: Medium Purple. HEX triplet: A6, 75 and DF. RGB value is (166,117,223). Sum of RGB (Red+Green+Blue) = 166+117+223=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #A675DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675DF is #598A20. Grayscale: #8F8F8F. Windows color (decimal): -5868065 or 14644646. OLE color: 14644646.
HSL color Cylindrical-coordinate representation of color #A675DF: hue angle of 267.74º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A675DF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 117 | 223 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.13 |
| HSL | 267.74º | 0.62% | 0.67% | - |
| HSV(B) | 267.74º | 0.48% | 0.87% | - |
| XYZ | 35.41 | 26.16 | 72.99 | - |
| YUV | 143.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 223 | 0.26 | 0.48 | 0 | 0.13 | 267.74 | 0.62 | 0.67 |
| Hex | A6 | 75 | DF | 1A | 30 | 0 | D | 10C | 3E | 43 |
| Octal | 246 | 165 | 337 | 32 | 60 | 0 | 15 | 414 | 76 | 103 |
| Binary | 10100110 | 1110101 | 11011111 | 11010 | 110000 | 0 | 1101 | 100001100 | 111110 | 1000011 |
Color Harmonies of #A675DF
Complementary color
Monochromatic Colors of #A675DF
Black with #A675DF
Text Example
Text Example
White with #A675DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675DF; }
p { color: rgb(166,117,223); }
H1.HeaderClassName
{
color: #A675DF;
}
.AnyTagClassName
{
color: #A675DF;
}
</style>
background-color css
<style>
a { background-color: #A675DF; }
a { background-color: rgb(166,117,223); }
div.DivClassName
{
background-color: #A675DF;
}
.BgClassName
{
background-color: #A675DF;
}
</style>
border-color css
<style>
span { border-color: #A675DF; }
span { border-color: rgb(166,117,223); }
td.TdClassName
{
border-color: #A675DF;
}
.TagClassName
{
border-color: #A675DF;
}
</style>