Shades of Medium Purple #A066F1
Tints of Medium Purple #A066F1
RGB
CMYK
RGB Variations
Color information
#A066F1 (or 0xA066F1) is known color: Medium Purple. HEX triplet: A0, 66 and F1. RGB value is (160,102,241). Sum of RGB (Red+Green+Blue) = 160+102+241=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #A066F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066F1 is #5F990E. Grayscale: #868686. Windows color (decimal): -6265103 or 15820448. OLE color: 15820448.
HSL color Cylindrical-coordinate representation of color #A066F1: hue angle of 265.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A066F1 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 102 | 241 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.05 |
| HSL | 265.04º | 0.83% | 0.67% | - |
| HSV(B) | 265.04º | 0.58% | 0.95% | - |
| XYZ | 35.13 | 23.33 | 85.87 | - |
| YUV | 135.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 241 | 0.34 | 0.58 | 0 | 0.05 | 265.04 | 0.83 | 0.67 |
| Hex | A0 | 66 | F1 | 22 | 3A | 0 | 5 | 109 | 53 | 43 |
| Octal | 240 | 146 | 361 | 42 | 72 | 0 | 5 | 411 | 123 | 103 |
| Binary | 10100000 | 1100110 | 11110001 | 100010 | 111010 | 0 | 101 | 100001001 | 1010011 | 1000011 |
Color Harmonies of #A066F1
Complementary color
Monochromatic Colors of #A066F1
Black with #A066F1
Text Example
Text Example
White with #A066F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066F1; }
p { color: rgb(160,102,241); }
H1.HeaderClassName
{
color: #A066F1;
}
.AnyTagClassName
{
color: #A066F1;
}
</style>
background-color css
<style>
a { background-color: #A066F1; }
a { background-color: rgb(160,102,241); }
div.DivClassName
{
background-color: #A066F1;
}
.BgClassName
{
background-color: #A066F1;
}
</style>
border-color css
<style>
span { border-color: #A066F1; }
span { border-color: rgb(160,102,241); }
td.TdClassName
{
border-color: #A066F1;
}
.TagClassName
{
border-color: #A066F1;
}
</style>