Shades of Blue Violet #A439ED
Tints of Blue Violet #A439ED
RGB
CMYK
RGB Variations
Color information
#A439ED (or 0xA439ED) is known color: Blue Violet. HEX triplet: A4, 39 and ED. RGB value is (164,57,237). Sum of RGB (Red+Green+Blue) = 164+57+237=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #A439ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A439ED is #5BC612. Grayscale: #6C6C6C. Windows color (decimal): -6014483 or 15546788. OLE color: 15546788.
HSL color Cylindrical-coordinate representation of color #A439ED: hue angle of 275.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A439ED is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 57 | 237 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.07 |
| HSL | 275.67º | 0.83% | 0.58% | - |
| HSV(B) | 275.67º | 0.76% | 0.93% | - |
| XYZ | 32.06 | 16.93 | 81.7 | - |
| YUV | 109.51 | 199.95 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 237 | 0.31 | 0.76 | 0 | 0.07 | 275.67 | 0.83 | 0.58 |
| Hex | A4 | 39 | ED | 1F | 4C | 0 | 7 | 114 | 53 | 3A |
| Octal | 244 | 71 | 355 | 37 | 114 | 0 | 7 | 424 | 123 | 72 |
| Binary | 10100100 | 111001 | 11101101 | 11111 | 1001100 | 0 | 111 | 100010100 | 1010011 | 111010 |
Color Harmonies of #A439ED
Complementary color
Monochromatic Colors of #A439ED
Black with #A439ED
Text Example
Text Example
White with #A439ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A439ED; }
p { color: rgb(164,57,237); }
H1.HeaderClassName
{
color: #A439ED;
}
.AnyTagClassName
{
color: #A439ED;
}
</style>
background-color css
<style>
a { background-color: #A439ED; }
a { background-color: rgb(164,57,237); }
div.DivClassName
{
background-color: #A439ED;
}
.BgClassName
{
background-color: #A439ED;
}
</style>
border-color css
<style>
span { border-color: #A439ED; }
span { border-color: rgb(164,57,237); }
td.TdClassName
{
border-color: #A439ED;
}
.TagClassName
{
border-color: #A439ED;
}
</style>