Shades of Blue Violet #A04DEF
Tints of Blue Violet #A04DEF
RGB
CMYK
RGB Variations
Color information
#A04DEF (or 0xA04DEF) is known color: Blue Violet. HEX triplet: A0, 4D and EF. RGB value is (160,77,239). Sum of RGB (Red+Green+Blue) = 160+77+239=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #A04DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DEF is #5FB210. Grayscale: #777777. Windows color (decimal): -6271505 or 15682976. OLE color: 15682976.
HSL color Cylindrical-coordinate representation of color #A04DEF: hue angle of 270.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04DEF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 77 | 239 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.06 |
| HSL | 270.74º | 0.84% | 0.62% | - |
| HSV(B) | 270.74º | 0.68% | 0.94% | - |
| XYZ | 32.73 | 19.01 | 83.61 | - |
| YUV | 120.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 77 | 239 | 0.33 | 0.68 | 0 | 0.06 | 270.74 | 0.84 | 0.62 |
| Hex | A0 | 4D | EF | 21 | 44 | 0 | 6 | 10F | 54 | 3E |
| Octal | 240 | 115 | 357 | 41 | 104 | 0 | 6 | 417 | 124 | 76 |
| Binary | 10100000 | 1001101 | 11101111 | 100001 | 1000100 | 0 | 110 | 100001111 | 1010100 | 111110 |
Color Harmonies of #A04DEF
Complementary color
Monochromatic Colors of #A04DEF
Black with #A04DEF
Text Example
Text Example
White with #A04DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04DEF; }
p { color: rgb(160,77,239); }
H1.HeaderClassName
{
color: #A04DEF;
}
.AnyTagClassName
{
color: #A04DEF;
}
</style>
background-color css
<style>
a { background-color: #A04DEF; }
a { background-color: rgb(160,77,239); }
div.DivClassName
{
background-color: #A04DEF;
}
.BgClassName
{
background-color: #A04DEF;
}
</style>
border-color css
<style>
span { border-color: #A04DEF; }
span { border-color: rgb(160,77,239); }
td.TdClassName
{
border-color: #A04DEF;
}
.TagClassName
{
border-color: #A04DEF;
}
</style>