Shades of Medium Purple #A078DB
Tints of Medium Purple #A078DB
RGB
CMYK
RGB Variations
Color information
#A078DB (or 0xA078DB) is known color: Medium Purple. HEX triplet: A0, 78 and DB. RGB value is (160,120,219). Sum of RGB (Red+Green+Blue) = 160+120+219=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #A078DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A078DB is #5F8724. Grayscale: #8E8E8E. Windows color (decimal): -6260517 or 14383264. OLE color: 14383264.
HSL color Cylindrical-coordinate representation of color #A078DB: hue angle of 264.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A078DB is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 160 | 120 | 219 | - |
CMYK | 0.27 | 0.45 | 0 | 0.14 |
HSL | 264.24º | 0.58% | 0.66% | - |
HSV(B) | 264.24º | 0.45% | 0.86% | - |
XYZ | 34 | 26.02 | 70.25 | - |
YUV | 143.25 | 170.75 | 139.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 120 | 219 | 0.27 | 0.45 | 0 | 0.14 | 264.24 | 0.58 | 0.66 |
Hex | A0 | 78 | DB | 1B | 2D | 0 | E | 108 | 3A | 42 |
Octal | 240 | 170 | 333 | 33 | 55 | 0 | 16 | 410 | 72 | 102 |
Binary | 10100000 | 1111000 | 11011011 | 11011 | 101101 | 0 | 1110 | 100001000 | 111010 | 1000010 |
Color Harmonies of #A078DB
Complementary color
Monochromatic Colors of #A078DB
Black with #A078DB
Text Example
Text Example
White with #A078DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078DB; }
p { color: rgb(160,120,219); }
H1.HeaderClassName
{
color: #A078DB;
}
.AnyTagClassName
{
color: #A078DB;
}
</style>
background-color css
<style>
a { background-color: #A078DB; }
a { background-color: rgb(160,120,219); }
div.DivClassName
{
background-color: #A078DB;
}
.BgClassName
{
background-color: #A078DB;
}
</style>
border-color css
<style>
span { border-color: #A078DB; }
span { border-color: rgb(160,120,219); }
td.TdClassName
{
border-color: #A078DB;
}
.TagClassName
{
border-color: #A078DB;
}
</style>