Shades of Blue Violet #A442ED
Tints of Blue Violet #A442ED
RGB
CMYK
RGB Variations
Color information
#A442ED (or 0xA442ED) is known color: Blue Violet. HEX triplet: A4, 42 and ED. RGB value is (164,66,237). Sum of RGB (Red+Green+Blue) = 164+66+237=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #A442ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A442ED is #5BBD12. Grayscale: #727272. Windows color (decimal): -6012179 or 15549092. OLE color: 15549092.
HSL color Cylindrical-coordinate representation of color #A442ED: hue angle of 274.39º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A442ED is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 66 | 237 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.07 |
| HSL | 274.39º | 0.83% | 0.59% | - |
| HSV(B) | 274.39º | 0.72% | 0.93% | - |
| XYZ | 32.54 | 17.9 | 81.86 | - |
| YUV | 114.8 | 196.97 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 237 | 0.31 | 0.72 | 0 | 0.07 | 274.39 | 0.83 | 0.59 |
| Hex | A4 | 42 | ED | 1F | 48 | 0 | 7 | 112 | 53 | 3B |
| Octal | 244 | 102 | 355 | 37 | 110 | 0 | 7 | 422 | 123 | 73 |
| Binary | 10100100 | 1000010 | 11101101 | 11111 | 1001000 | 0 | 111 | 100010010 | 1010011 | 111011 |
Color Harmonies of #A442ED
Complementary color
Monochromatic Colors of #A442ED
Black with #A442ED
Text Example
Text Example
White with #A442ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442ED; }
p { color: rgb(164,66,237); }
H1.HeaderClassName
{
color: #A442ED;
}
.AnyTagClassName
{
color: #A442ED;
}
</style>
background-color css
<style>
a { background-color: #A442ED; }
a { background-color: rgb(164,66,237); }
div.DivClassName
{
background-color: #A442ED;
}
.BgClassName
{
background-color: #A442ED;
}
</style>
border-color css
<style>
span { border-color: #A442ED; }
span { border-color: rgb(164,66,237); }
td.TdClassName
{
border-color: #A442ED;
}
.TagClassName
{
border-color: #A442ED;
}
</style>