Shades of Medium Purple #A680F8
Tints of Medium Purple #A680F8
RGB
CMYK
RGB Variations
Color information
#A680F8 (or 0xA680F8) is known color: Medium Purple. HEX triplet: A6, 80 and F8. RGB value is (166,128,248). Sum of RGB (Red+Green+Blue) = 166+128+248=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #A680F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680F8 is #597F07. Grayscale: #989898. Windows color (decimal): -5865224 or 16285862. OLE color: 16285862.
HSL color Cylindrical-coordinate representation of color #A680F8: hue angle of 259º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A680F8 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 128 | 248 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.03 |
| HSL | 259º | 0.9% | 0.74% | - |
| HSV(B) | 259º | 0.48% | 0.97% | - |
| XYZ | 40.39 | 30.32 | 92.53 | - |
| YUV | 153.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 248 | 0.33 | 0.48 | 0 | 0.03 | 259 | 0.9 | 0.74 |
| Hex | A6 | 80 | F8 | 21 | 30 | 0 | 3 | 103 | 5A | 4A |
| Octal | 246 | 200 | 370 | 41 | 60 | 0 | 3 | 403 | 132 | 112 |
| Binary | 10100110 | 10000000 | 11111000 | 100001 | 110000 | 0 | 11 | 100000011 | 1011010 | 1001010 |
Color Harmonies of #A680F8
Complementary color
Monochromatic Colors of #A680F8
Black with #A680F8
Text Example
Text Example
White with #A680F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680F8; }
p { color: rgb(166,128,248); }
H1.HeaderClassName
{
color: #A680F8;
}
.AnyTagClassName
{
color: #A680F8;
}
</style>
background-color css
<style>
a { background-color: #A680F8; }
a { background-color: rgb(166,128,248); }
div.DivClassName
{
background-color: #A680F8;
}
.BgClassName
{
background-color: #A680F8;
}
</style>
border-color css
<style>
span { border-color: #A680F8; }
span { border-color: rgb(166,128,248); }
td.TdClassName
{
border-color: #A680F8;
}
.TagClassName
{
border-color: #A680F8;
}
</style>