Shades of Medium Purple #A074DB
Tints of Medium Purple #A074DB
RGB
CMYK
RGB Variations
Color information
#A074DB (or 0xA074DB) is known color: Medium Purple. HEX triplet: A0, 74 and DB. RGB value is (160,116,219). Sum of RGB (Red+Green+Blue) = 160+116+219=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #A074DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074DB is #5F8B24. Grayscale: #8C8C8C. Windows color (decimal): -6261541 or 14382240. OLE color: 14382240.
HSL color Cylindrical-coordinate representation of color #A074DB: hue angle of 265.63º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A074DB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 116 | 219 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.14 |
| HSL | 265.63º | 0.59% | 0.66% | - |
| HSV(B) | 265.63º | 0.47% | 0.86% | - |
| XYZ | 33.53 | 25.08 | 70.09 | - |
| YUV | 140.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 219 | 0.27 | 0.47 | 0 | 0.14 | 265.63 | 0.59 | 0.66 |
| Hex | A0 | 74 | DB | 1B | 2F | 0 | E | 10A | 3B | 42 |
| Octal | 240 | 164 | 333 | 33 | 57 | 0 | 16 | 412 | 73 | 102 |
| Binary | 10100000 | 1110100 | 11011011 | 11011 | 101111 | 0 | 1110 | 100001010 | 111011 | 1000010 |
Color Harmonies of #A074DB
Complementary color
Monochromatic Colors of #A074DB
Black with #A074DB
Text Example
Text Example
White with #A074DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A074DB; }
p { color: rgb(160,116,219); }
H1.HeaderClassName
{
color: #A074DB;
}
.AnyTagClassName
{
color: #A074DB;
}
</style>
background-color css
<style>
a { background-color: #A074DB; }
a { background-color: rgb(160,116,219); }
div.DivClassName
{
background-color: #A074DB;
}
.BgClassName
{
background-color: #A074DB;
}
</style>
border-color css
<style>
span { border-color: #A074DB; }
span { border-color: rgb(160,116,219); }
td.TdClassName
{
border-color: #A074DB;
}
.TagClassName
{
border-color: #A074DB;
}
</style>