Shades of Blue Violet #A441ED
Tints of Blue Violet #A441ED
RGB
CMYK
RGB Variations
Color information
#A441ED (or 0xA441ED) is known color: Blue Violet. HEX triplet: A4, 41 and ED. RGB value is (164,65,237). Sum of RGB (Red+Green+Blue) = 164+65+237=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #A441ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441ED is #5BBE12. Grayscale: #717171. Windows color (decimal): -6012435 or 15548836. OLE color: 15548836.
HSL color Cylindrical-coordinate representation of color #A441ED: hue angle of 274.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A441ED is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 65 | 237 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.07 |
| HSL | 274.53º | 0.83% | 0.59% | - |
| HSV(B) | 274.53º | 0.73% | 0.93% | - |
| XYZ | 32.49 | 17.79 | 81.84 | - |
| YUV | 114.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 237 | 0.31 | 0.73 | 0 | 0.07 | 274.53 | 0.83 | 0.59 |
| Hex | A4 | 41 | ED | 1F | 49 | 0 | 7 | 113 | 53 | 3B |
| Octal | 244 | 101 | 355 | 37 | 111 | 0 | 7 | 423 | 123 | 73 |
| Binary | 10100100 | 1000001 | 11101101 | 11111 | 1001001 | 0 | 111 | 100010011 | 1010011 | 111011 |
Color Harmonies of #A441ED
Complementary color
Monochromatic Colors of #A441ED
Black with #A441ED
Text Example
Text Example
White with #A441ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441ED; }
p { color: rgb(164,65,237); }
H1.HeaderClassName
{
color: #A441ED;
}
.AnyTagClassName
{
color: #A441ED;
}
</style>
background-color css
<style>
a { background-color: #A441ED; }
a { background-color: rgb(164,65,237); }
div.DivClassName
{
background-color: #A441ED;
}
.BgClassName
{
background-color: #A441ED;
}
</style>
border-color css
<style>
span { border-color: #A441ED; }
span { border-color: rgb(164,65,237); }
td.TdClassName
{
border-color: #A441ED;
}
.TagClassName
{
border-color: #A441ED;
}
</style>