Shades of Medium Purple #A069F0
Tints of Medium Purple #A069F0
RGB
CMYK
RGB Variations
Color information
#A069F0 (or 0xA069F0) is known color: Medium Purple. HEX triplet: A0, 69 and F0. RGB value is (160,105,240). Sum of RGB (Red+Green+Blue) = 160+105+240=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #A069F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069F0 is #5F960F. Grayscale: #888888. Windows color (decimal): -6264336 or 15755680. OLE color: 15755680.
HSL color Cylindrical-coordinate representation of color #A069F0: hue angle of 264.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A069F0 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 105 | 240 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.06 |
| HSL | 264.44º | 0.82% | 0.68% | - |
| HSV(B) | 264.44º | 0.56% | 0.94% | - |
| XYZ | 35.28 | 23.87 | 85.19 | - |
| YUV | 136.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 240 | 0.33 | 0.56 | 0 | 0.06 | 264.44 | 0.82 | 0.68 |
| Hex | A0 | 69 | F0 | 21 | 38 | 0 | 6 | 108 | 52 | 44 |
| Octal | 240 | 151 | 360 | 41 | 70 | 0 | 6 | 410 | 122 | 104 |
| Binary | 10100000 | 1101001 | 11110000 | 100001 | 111000 | 0 | 110 | 100001000 | 1010010 | 1000100 |
Color Harmonies of #A069F0
Complementary color
Monochromatic Colors of #A069F0
Black with #A069F0
Text Example
Text Example
White with #A069F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069F0; }
p { color: rgb(160,105,240); }
H1.HeaderClassName
{
color: #A069F0;
}
.AnyTagClassName
{
color: #A069F0;
}
</style>
background-color css
<style>
a { background-color: #A069F0; }
a { background-color: rgb(160,105,240); }
div.DivClassName
{
background-color: #A069F0;
}
.BgClassName
{
background-color: #A069F0;
}
</style>
border-color css
<style>
span { border-color: #A069F0; }
span { border-color: rgb(160,105,240); }
td.TdClassName
{
border-color: #A069F0;
}
.TagClassName
{
border-color: #A069F0;
}
</style>