Shades of Blue Violet #A43CFC
Tints of Blue Violet #A43CFC
RGB
CMYK
RGB Variations
Color information
#A43CFC (or 0xA43CFC) is known color: Blue Violet. HEX triplet: A4, 3C and FC. RGB value is (164,60,252). Sum of RGB (Red+Green+Blue) = 164+60+252=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #A43CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CFC is #5BC303. Grayscale: #707070. Windows color (decimal): -6013700 or 16530596. OLE color: 16530596.
HSL color Cylindrical-coordinate representation of color #A43CFC: hue angle of 272.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A43CFC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 60 | 252 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.01 |
| HSL | 272.5º | 0.97% | 0.61% | - |
| HSV(B) | 272.5º | 0.76% | 0.99% | - |
| XYZ | 34.5 | 18.15 | 93.78 | - |
| YUV | 112.98 | 206.46 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 252 | 0.35 | 0.76 | 0 | 0.01 | 272.5 | 0.97 | 0.61 |
| Hex | A4 | 3C | FC | 23 | 4C | 0 | 1 | 110 | 61 | 3D |
| Octal | 244 | 74 | 374 | 43 | 114 | 0 | 1 | 420 | 141 | 75 |
| Binary | 10100100 | 111100 | 11111100 | 100011 | 1001100 | 0 | 1 | 100010000 | 1100001 | 111101 |
Color Harmonies of #A43CFC
Complementary color
Monochromatic Colors of #A43CFC
Black with #A43CFC
Text Example
Text Example
White with #A43CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CFC; }
p { color: rgb(164,60,252); }
H1.HeaderClassName
{
color: #A43CFC;
}
.AnyTagClassName
{
color: #A43CFC;
}
</style>
background-color css
<style>
a { background-color: #A43CFC; }
a { background-color: rgb(164,60,252); }
div.DivClassName
{
background-color: #A43CFC;
}
.BgClassName
{
background-color: #A43CFC;
}
</style>
border-color css
<style>
span { border-color: #A43CFC; }
span { border-color: rgb(164,60,252); }
td.TdClassName
{
border-color: #A43CFC;
}
.TagClassName
{
border-color: #A43CFC;
}
</style>