Shades of Medium Purple #A06CE3
Tints of Medium Purple #A06CE3
RGB
CMYK
RGB Variations
Color information
#A06CE3 (or 0xA06CE3) is known color: Medium Purple. HEX triplet: A0, 6C and E3. RGB value is (160,108,227). Sum of RGB (Red+Green+Blue) = 160+108+227=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A06CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CE3 is #5F931C. Grayscale: #888888. Windows color (decimal): -6263581 or 14904480. OLE color: 14904480.
HSL color Cylindrical-coordinate representation of color #A06CE3: hue angle of 266.22º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06CE3 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 108 | 227 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.11 |
| HSL | 266.22º | 0.68% | 0.66% | - |
| HSV(B) | 266.22º | 0.52% | 0.89% | - |
| XYZ | 33.72 | 23.74 | 75.48 | - |
| YUV | 137.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 227 | 0.30 | 0.52 | 0 | 0.11 | 266.22 | 0.68 | 0.66 |
| Hex | A0 | 6C | E3 | 1E | 34 | 0 | B | 10A | 44 | 42 |
| Octal | 240 | 154 | 343 | 36 | 64 | 0 | 13 | 412 | 104 | 102 |
| Binary | 10100000 | 1101100 | 11100011 | 11110 | 110100 | 0 | 1011 | 100001010 | 1000100 | 1000010 |
Color Harmonies of #A06CE3
Complementary color
Monochromatic Colors of #A06CE3
Black with #A06CE3
Text Example
Text Example
White with #A06CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CE3; }
p { color: rgb(160,108,227); }
H1.HeaderClassName
{
color: #A06CE3;
}
.AnyTagClassName
{
color: #A06CE3;
}
</style>
background-color css
<style>
a { background-color: #A06CE3; }
a { background-color: rgb(160,108,227); }
div.DivClassName
{
background-color: #A06CE3;
}
.BgClassName
{
background-color: #A06CE3;
}
</style>
border-color css
<style>
span { border-color: #A06CE3; }
span { border-color: rgb(160,108,227); }
td.TdClassName
{
border-color: #A06CE3;
}
.TagClassName
{
border-color: #A06CE3;
}
</style>