Shades of Blue Violet #A43FEF
Tints of Blue Violet #A43FEF
RGB
CMYK
RGB Variations
Color information
#A43FEF (or 0xA43FEF) is known color: Blue Violet. HEX triplet: A4, 3F and EF. RGB value is (164,63,239). Sum of RGB (Red+Green+Blue) = 164+63+239=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #A43FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43FEF is #5BC010. Grayscale: #707070. Windows color (decimal): -6012945 or 15679396. OLE color: 15679396.
HSL color Cylindrical-coordinate representation of color #A43FEF: hue angle of 274.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A43FEF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 63 | 239 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.06 |
| HSL | 274.43º | 0.85% | 0.59% | - |
| HSV(B) | 274.43º | 0.74% | 0.94% | - |
| XYZ | 32.67 | 17.68 | 83.35 | - |
| YUV | 113.26 | 198.96 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 239 | 0.31 | 0.74 | 0 | 0.06 | 274.43 | 0.85 | 0.59 |
| Hex | A4 | 3F | EF | 1F | 4A | 0 | 6 | 112 | 55 | 3B |
| Octal | 244 | 77 | 357 | 37 | 112 | 0 | 6 | 422 | 125 | 73 |
| Binary | 10100100 | 111111 | 11101111 | 11111 | 1001010 | 0 | 110 | 100010010 | 1010101 | 111011 |
Color Harmonies of #A43FEF
Complementary color
Monochromatic Colors of #A43FEF
Black with #A43FEF
Text Example
Text Example
White with #A43FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FEF; }
p { color: rgb(164,63,239); }
H1.HeaderClassName
{
color: #A43FEF;
}
.AnyTagClassName
{
color: #A43FEF;
}
</style>
background-color css
<style>
a { background-color: #A43FEF; }
a { background-color: rgb(164,63,239); }
div.DivClassName
{
background-color: #A43FEF;
}
.BgClassName
{
background-color: #A43FEF;
}
</style>
border-color css
<style>
span { border-color: #A43FEF; }
span { border-color: rgb(164,63,239); }
td.TdClassName
{
border-color: #A43FEF;
}
.TagClassName
{
border-color: #A43FEF;
}
</style>