Shades of Medium Purple #A06AF0
Tints of Medium Purple #A06AF0
RGB
CMYK
RGB Variations
Color information
#A06AF0 (or 0xA06AF0) is known color: Medium Purple. HEX triplet: A0, 6A and F0. RGB value is (160,106,240). Sum of RGB (Red+Green+Blue) = 160+106+240=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #A06AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AF0 is #5F950F. Grayscale: #888888. Windows color (decimal): -6264080 or 15755936. OLE color: 15755936.
HSL color Cylindrical-coordinate representation of color #A06AF0: hue angle of 264.18º 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 #A06AF0 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 106 | 240 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.06 |
| HSL | 264.18º | 0.82% | 0.68% | - |
| HSV(B) | 264.18º | 0.56% | 0.94% | - |
| XYZ | 35.38 | 24.07 | 85.22 | - |
| YUV | 137.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 240 | 0.33 | 0.56 | 0 | 0.06 | 264.18 | 0.82 | 0.68 |
| Hex | A0 | 6A | F0 | 21 | 38 | 0 | 6 | 108 | 52 | 44 |
| Octal | 240 | 152 | 360 | 41 | 70 | 0 | 6 | 410 | 122 | 104 |
| Binary | 10100000 | 1101010 | 11110000 | 100001 | 111000 | 0 | 110 | 100001000 | 1010010 | 1000100 |
Color Harmonies of #A06AF0
Complementary color
Monochromatic Colors of #A06AF0
Black with #A06AF0
Text Example
Text Example
White with #A06AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AF0; }
p { color: rgb(160,106,240); }
H1.HeaderClassName
{
color: #A06AF0;
}
.AnyTagClassName
{
color: #A06AF0;
}
</style>
background-color css
<style>
a { background-color: #A06AF0; }
a { background-color: rgb(160,106,240); }
div.DivClassName
{
background-color: #A06AF0;
}
.BgClassName
{
background-color: #A06AF0;
}
</style>
border-color css
<style>
span { border-color: #A06AF0; }
span { border-color: rgb(160,106,240); }
td.TdClassName
{
border-color: #A06AF0;
}
.TagClassName
{
border-color: #A06AF0;
}
</style>