Shades of Medium Purple #A069F1
Tints of Medium Purple #A069F1
RGB
CMYK
RGB Variations
Color information
#A069F1 (or 0xA069F1) is known color: Medium Purple. HEX triplet: A0, 69 and F1. RGB value is (160,105,241). Sum of RGB (Red+Green+Blue) = 160+105+241=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #A069F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069F1 is #5F960E. Grayscale: #888888. Windows color (decimal): -6264335 or 15821216. OLE color: 15821216.
HSL color Cylindrical-coordinate representation of color #A069F1: hue angle of 264.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A069F1 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 105 | 241 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.05 |
| HSL | 264.26º | 0.83% | 0.68% | - |
| HSV(B) | 264.26º | 0.56% | 0.95% | - |
| XYZ | 35.43 | 23.93 | 85.97 | - |
| YUV | 136.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 241 | 0.34 | 0.56 | 0 | 0.05 | 264.26 | 0.83 | 0.68 |
| Hex | A0 | 69 | F1 | 22 | 38 | 0 | 5 | 108 | 53 | 44 |
| Octal | 240 | 151 | 361 | 42 | 70 | 0 | 5 | 410 | 123 | 104 |
| Binary | 10100000 | 1101001 | 11110001 | 100010 | 111000 | 0 | 101 | 100001000 | 1010011 | 1000100 |
Color Harmonies of #A069F1
Complementary color
Monochromatic Colors of #A069F1
Black with #A069F1
Text Example
Text Example
White with #A069F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069F1; }
p { color: rgb(160,105,241); }
H1.HeaderClassName
{
color: #A069F1;
}
.AnyTagClassName
{
color: #A069F1;
}
</style>
background-color css
<style>
a { background-color: #A069F1; }
a { background-color: rgb(160,105,241); }
div.DivClassName
{
background-color: #A069F1;
}
.BgClassName
{
background-color: #A069F1;
}
</style>
border-color css
<style>
span { border-color: #A069F1; }
span { border-color: rgb(160,105,241); }
td.TdClassName
{
border-color: #A069F1;
}
.TagClassName
{
border-color: #A069F1;
}
</style>