Shades of Blue Violet #A641ED
Tints of Blue Violet #A641ED
RGB
CMYK
RGB Variations
Color information
#A641ED (or 0xA641ED) is known color: Blue Violet. HEX triplet: A6, 41 and ED. RGB value is (166,65,237). Sum of RGB (Red+Green+Blue) = 166+65+237=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A641ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641ED is #59BE12. Grayscale: #727272. Windows color (decimal): -5881363 or 15548838. OLE color: 15548838.
HSL color Cylindrical-coordinate representation of color #A641ED: hue angle of 275.23º 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 #A641ED is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 65 | 237 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.07 |
| HSL | 275.23º | 0.83% | 0.59% | - |
| HSV(B) | 275.23º | 0.73% | 0.93% | - |
| XYZ | 32.9 | 18 | 81.86 | - |
| YUV | 114.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 237 | 0.30 | 0.73 | 0 | 0.07 | 275.23 | 0.83 | 0.59 |
| Hex | A6 | 41 | ED | 1E | 49 | 0 | 7 | 113 | 53 | 3B |
| Octal | 246 | 101 | 355 | 36 | 111 | 0 | 7 | 423 | 123 | 73 |
| Binary | 10100110 | 1000001 | 11101101 | 11110 | 1001001 | 0 | 111 | 100010011 | 1010011 | 111011 |
Color Harmonies of #A641ED
Complementary color
Monochromatic Colors of #A641ED
Black with #A641ED
Text Example
Text Example
White with #A641ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641ED; }
p { color: rgb(166,65,237); }
H1.HeaderClassName
{
color: #A641ED;
}
.AnyTagClassName
{
color: #A641ED;
}
</style>
background-color css
<style>
a { background-color: #A641ED; }
a { background-color: rgb(166,65,237); }
div.DivClassName
{
background-color: #A641ED;
}
.BgClassName
{
background-color: #A641ED;
}
</style>
border-color css
<style>
span { border-color: #A641ED; }
span { border-color: rgb(166,65,237); }
td.TdClassName
{
border-color: #A641ED;
}
.TagClassName
{
border-color: #A641ED;
}
</style>