Shades of Blue Violet #A43CFD
Tints of Blue Violet #A43CFD
RGB
CMYK
RGB Variations
Color information
#A43CFD (or 0xA43CFD) is known color: Blue Violet. HEX triplet: A4, 3C and FD. RGB value is (164,60,253). Sum of RGB (Red+Green+Blue) = 164+60+253=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #A43CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CFD is #5BC302. Grayscale: #707070. Windows color (decimal): -6013699 or 16596132. OLE color: 16596132.
HSL color Cylindrical-coordinate representation of color #A43CFD: hue angle of 272.33º degrees, saturation: 0.98, 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 #A43CFD is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 60 | 253 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.01 |
| HSL | 272.33º | 0.98% | 0.61% | - |
| HSV(B) | 272.33º | 0.76% | 0.99% | - |
| XYZ | 34.66 | 18.22 | 94.62 | - |
| YUV | 113.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 253 | 0.35 | 0.76 | 0 | 0.01 | 272.33 | 0.98 | 0.61 |
| Hex | A4 | 3C | FD | 23 | 4C | 0 | 1 | 110 | 62 | 3D |
| Octal | 244 | 74 | 375 | 43 | 114 | 0 | 1 | 420 | 142 | 75 |
| Binary | 10100100 | 111100 | 11111101 | 100011 | 1001100 | 0 | 1 | 100010000 | 1100010 | 111101 |
Color Harmonies of #A43CFD
Complementary color
Monochromatic Colors of #A43CFD
Black with #A43CFD
Text Example
Text Example
White with #A43CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CFD; }
p { color: rgb(164,60,253); }
H1.HeaderClassName
{
color: #A43CFD;
}
.AnyTagClassName
{
color: #A43CFD;
}
</style>
background-color css
<style>
a { background-color: #A43CFD; }
a { background-color: rgb(164,60,253); }
div.DivClassName
{
background-color: #A43CFD;
}
.BgClassName
{
background-color: #A43CFD;
}
</style>
border-color css
<style>
span { border-color: #A43CFD; }
span { border-color: rgb(164,60,253); }
td.TdClassName
{
border-color: #A43CFD;
}
.TagClassName
{
border-color: #A43CFD;
}
</style>