Shades of Blue Violet #A541F6
Tints of Blue Violet #A541F6
RGB
CMYK
RGB Variations
Color information
#A541F6 (or 0xA541F6) is known color: Blue Violet. HEX triplet: A5, 41 and F6. RGB value is (165,65,246). Sum of RGB (Red+Green+Blue) = 165+65+246=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #A541F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A541F6 is #5ABE09. Grayscale: #727272. Windows color (decimal): -5946890 or 16138661. OLE color: 16138661.
HSL color Cylindrical-coordinate representation of color #A541F6: hue angle of 273.15º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A541F6 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 65 | 246 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.04 |
| HSL | 273.15º | 0.91% | 0.61% | - |
| HSV(B) | 273.15º | 0.74% | 0.96% | - |
| XYZ | 34.04 | 18.43 | 88.95 | - |
| YUV | 115.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 65 | 246 | 0.33 | 0.74 | 0 | 0.04 | 273.15 | 0.91 | 0.61 |
| Hex | A5 | 41 | F6 | 21 | 4A | 0 | 4 | 111 | 5B | 3D |
| Octal | 245 | 101 | 366 | 41 | 112 | 0 | 4 | 421 | 133 | 75 |
| Binary | 10100101 | 1000001 | 11110110 | 100001 | 1001010 | 0 | 100 | 100010001 | 1011011 | 111101 |
Color Harmonies of #A541F6
Complementary color
Monochromatic Colors of #A541F6
Black with #A541F6
Text Example
Text Example
White with #A541F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A541F6; }
p { color: rgb(165,65,246); }
H1.HeaderClassName
{
color: #A541F6;
}
.AnyTagClassName
{
color: #A541F6;
}
</style>
background-color css
<style>
a { background-color: #A541F6; }
a { background-color: rgb(165,65,246); }
div.DivClassName
{
background-color: #A541F6;
}
.BgClassName
{
background-color: #A541F6;
}
</style>
border-color css
<style>
span { border-color: #A541F6; }
span { border-color: rgb(165,65,246); }
td.TdClassName
{
border-color: #A541F6;
}
.TagClassName
{
border-color: #A541F6;
}
</style>