Shades of Blue Violet #A644F2
Tints of Blue Violet #A644F2
RGB
CMYK
RGB Variations
Color information
#A644F2 (or 0xA644F2) is known color: Blue Violet. HEX triplet: A6, 44 and F2. RGB value is (166,68,242). Sum of RGB (Red+Green+Blue) = 166+68+242=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #A644F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A644F2 is #59BB0D. Grayscale: #747474. Windows color (decimal): -5880590 or 15877286. OLE color: 15877286.
HSL color Cylindrical-coordinate representation of color #A644F2: hue angle of 273.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A644F2 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 68 | 242 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.05 |
| HSL | 273.79º | 0.87% | 0.61% | - |
| HSV(B) | 273.79º | 0.72% | 0.95% | - |
| XYZ | 33.82 | 18.65 | 85.82 | - |
| YUV | 117.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 242 | 0.31 | 0.72 | 0 | 0.05 | 273.79 | 0.87 | 0.61 |
| Hex | A6 | 44 | F2 | 1F | 48 | 0 | 5 | 112 | 57 | 3D |
| Octal | 246 | 104 | 362 | 37 | 110 | 0 | 5 | 422 | 127 | 75 |
| Binary | 10100110 | 1000100 | 11110010 | 11111 | 1001000 | 0 | 101 | 100010010 | 1010111 | 111101 |
Color Harmonies of #A644F2
Complementary color
Monochromatic Colors of #A644F2
Black with #A644F2
Text Example
Text Example
White with #A644F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A644F2; }
p { color: rgb(166,68,242); }
H1.HeaderClassName
{
color: #A644F2;
}
.AnyTagClassName
{
color: #A644F2;
}
</style>
background-color css
<style>
a { background-color: #A644F2; }
a { background-color: rgb(166,68,242); }
div.DivClassName
{
background-color: #A644F2;
}
.BgClassName
{
background-color: #A644F2;
}
</style>
border-color css
<style>
span { border-color: #A644F2; }
span { border-color: rgb(166,68,242); }
td.TdClassName
{
border-color: #A644F2;
}
.TagClassName
{
border-color: #A644F2;
}
</style>