Shades of Blue Violet #A644ED
Tints of Blue Violet #A644ED
RGB
CMYK
RGB Variations
Color information
#A644ED (or 0xA644ED) is known color: Blue Violet. HEX triplet: A6, 44 and ED. RGB value is (166,68,237). Sum of RGB (Red+Green+Blue) = 166+68+237=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A644ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A644ED is #59BB12. Grayscale: #737373. Windows color (decimal): -5880595 or 15549606. OLE color: 15549606.
HSL color Cylindrical-coordinate representation of color #A644ED: hue angle of 274.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A644ED is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 68 | 237 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.07 |
| HSL | 274.79º | 0.82% | 0.6% | - |
| HSV(B) | 274.79º | 0.71% | 0.93% | - |
| XYZ | 33.08 | 18.36 | 81.92 | - |
| YUV | 116.57 | 195.97 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 237 | 0.30 | 0.71 | 0 | 0.07 | 274.79 | 0.82 | 0.6 |
| Hex | A6 | 44 | ED | 1E | 47 | 0 | 7 | 113 | 52 | 3C |
| Octal | 246 | 104 | 355 | 36 | 107 | 0 | 7 | 423 | 122 | 74 |
| Binary | 10100110 | 1000100 | 11101101 | 11110 | 1000111 | 0 | 111 | 100010011 | 1010010 | 111100 |
Color Harmonies of #A644ED
Complementary color
Monochromatic Colors of #A644ED
Black with #A644ED
Text Example
Text Example
White with #A644ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644ED; }
p { color: rgb(166,68,237); }
H1.HeaderClassName
{
color: #A644ED;
}
.AnyTagClassName
{
color: #A644ED;
}
</style>
background-color css
<style>
a { background-color: #A644ED; }
a { background-color: rgb(166,68,237); }
div.DivClassName
{
background-color: #A644ED;
}
.BgClassName
{
background-color: #A644ED;
}
</style>
border-color css
<style>
span { border-color: #A644ED; }
span { border-color: rgb(166,68,237); }
td.TdClassName
{
border-color: #A644ED;
}
.TagClassName
{
border-color: #A644ED;
}
</style>