Shades of Blue Violet #A04BEA
Tints of Blue Violet #A04BEA
RGB
CMYK
RGB Variations
Color information
#A04BEA (or 0xA04BEA) is known color: Blue Violet. HEX triplet: A0, 4B and EA. RGB value is (160,75,234). Sum of RGB (Red+Green+Blue) = 160+75+234=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #A04BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BEA is #5FB415. Grayscale: #757575. Windows color (decimal): -6272022 or 15354784. OLE color: 15354784.
HSL color Cylindrical-coordinate representation of color #A04BEA: hue angle of 272.08º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04BEA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 75 | 234 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.08 |
| HSL | 272.08º | 0.79% | 0.61% | - |
| HSV(B) | 272.08º | 0.68% | 0.92% | - |
| XYZ | 31.86 | 18.45 | 79.72 | - |
| YUV | 118.54 | 193.16 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 234 | 0.32 | 0.68 | 0 | 0.08 | 272.08 | 0.79 | 0.61 |
| Hex | A0 | 4B | EA | 20 | 44 | 0 | 8 | 110 | 4F | 3D |
| Octal | 240 | 113 | 352 | 40 | 104 | 0 | 10 | 420 | 117 | 75 |
| Binary | 10100000 | 1001011 | 11101010 | 100000 | 1000100 | 0 | 1000 | 100010000 | 1001111 | 111101 |
Color Harmonies of #A04BEA
Complementary color
Monochromatic Colors of #A04BEA
Black with #A04BEA
Text Example
Text Example
White with #A04BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BEA; }
p { color: rgb(160,75,234); }
H1.HeaderClassName
{
color: #A04BEA;
}
.AnyTagClassName
{
color: #A04BEA;
}
</style>
background-color css
<style>
a { background-color: #A04BEA; }
a { background-color: rgb(160,75,234); }
div.DivClassName
{
background-color: #A04BEA;
}
.BgClassName
{
background-color: #A04BEA;
}
</style>
border-color css
<style>
span { border-color: #A04BEA; }
span { border-color: rgb(160,75,234); }
td.TdClassName
{
border-color: #A04BEA;
}
.TagClassName
{
border-color: #A04BEA;
}
</style>