Shades of Blue Violet #A43DF6
Tints of Blue Violet #A43DF6
RGB
CMYK
RGB Variations
Color information
#A43DF6 (or 0xA43DF6) is known color: Blue Violet. HEX triplet: A4, 3D and F6. RGB value is (164,61,246). Sum of RGB (Red+Green+Blue) = 164+61+246=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #A43DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43DF6 is #5BC209. Grayscale: #707070. Windows color (decimal): -6013450 or 16137636. OLE color: 16137636.
HSL color Cylindrical-coordinate representation of color #A43DF6: hue angle of 273.41º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43DF6 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 61 | 246 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.04 |
| HSL | 273.41º | 0.91% | 0.6% | - |
| HSV(B) | 273.41º | 0.75% | 0.96% | - |
| XYZ | 33.61 | 17.88 | 88.87 | - |
| YUV | 112.89 | 203.12 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 246 | 0.33 | 0.75 | 0 | 0.04 | 273.41 | 0.91 | 0.6 |
| Hex | A4 | 3D | F6 | 21 | 4B | 0 | 4 | 111 | 5B | 3C |
| Octal | 244 | 75 | 366 | 41 | 113 | 0 | 4 | 421 | 133 | 74 |
| Binary | 10100100 | 111101 | 11110110 | 100001 | 1001011 | 0 | 100 | 100010001 | 1011011 | 111100 |
Color Harmonies of #A43DF6
Complementary color
Monochromatic Colors of #A43DF6
Black with #A43DF6
Text Example
Text Example
White with #A43DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DF6; }
p { color: rgb(164,61,246); }
H1.HeaderClassName
{
color: #A43DF6;
}
.AnyTagClassName
{
color: #A43DF6;
}
</style>
background-color css
<style>
a { background-color: #A43DF6; }
a { background-color: rgb(164,61,246); }
div.DivClassName
{
background-color: #A43DF6;
}
.BgClassName
{
background-color: #A43DF6;
}
</style>
border-color css
<style>
span { border-color: #A43DF6; }
span { border-color: rgb(164,61,246); }
td.TdClassName
{
border-color: #A43DF6;
}
.TagClassName
{
border-color: #A43DF6;
}
</style>