Shades of Medium Purple #A067EA
Tints of Medium Purple #A067EA
RGB
CMYK
RGB Variations
Color information
#A067EA (or 0xA067EA) is known color: Medium Purple. HEX triplet: A0, 67 and EA. RGB value is (160,103,234). Sum of RGB (Red+Green+Blue) = 160+103+234=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A067EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067EA is #5F9815. Grayscale: #868686. Windows color (decimal): -6264854 or 15361952. OLE color: 15361952.
HSL color Cylindrical-coordinate representation of color #A067EA: hue angle of 266.11º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A067EA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 103 | 234 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.08 |
| HSL | 266.11º | 0.76% | 0.66% | - |
| HSV(B) | 266.11º | 0.56% | 0.92% | - |
| XYZ | 34.2 | 23.11 | 80.5 | - |
| YUV | 134.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 234 | 0.32 | 0.56 | 0 | 0.08 | 266.11 | 0.76 | 0.66 |
| Hex | A0 | 67 | EA | 20 | 38 | 0 | 8 | 10A | 4C | 42 |
| Octal | 240 | 147 | 352 | 40 | 70 | 0 | 10 | 412 | 114 | 102 |
| Binary | 10100000 | 1100111 | 11101010 | 100000 | 111000 | 0 | 1000 | 100001010 | 1001100 | 1000010 |
Color Harmonies of #A067EA
Complementary color
Monochromatic Colors of #A067EA
Black with #A067EA
Text Example
Text Example
White with #A067EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067EA; }
p { color: rgb(160,103,234); }
H1.HeaderClassName
{
color: #A067EA;
}
.AnyTagClassName
{
color: #A067EA;
}
</style>
background-color css
<style>
a { background-color: #A067EA; }
a { background-color: rgb(160,103,234); }
div.DivClassName
{
background-color: #A067EA;
}
.BgClassName
{
background-color: #A067EA;
}
</style>
border-color css
<style>
span { border-color: #A067EA; }
span { border-color: rgb(160,103,234); }
td.TdClassName
{
border-color: #A067EA;
}
.TagClassName
{
border-color: #A067EA;
}
</style>