Shades of Blue Violet #A343FD
Tints of Blue Violet #A343FD
RGB
CMYK
RGB Variations
Color information
#A343FD (or 0xA343FD) is known color: Blue Violet. HEX triplet: A3, 43 and FD. RGB value is (163,67,253). Sum of RGB (Red+Green+Blue) = 163+67+253=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #A343FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A343FD is #5CBC02. Grayscale: #747474. Windows color (decimal): -6077443 or 16597923. OLE color: 16597923.
HSL color Cylindrical-coordinate representation of color #A343FD: hue angle of 270.97º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A343FD is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 67 | 253 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.01 |
| HSL | 270.97º | 0.98% | 0.63% | - |
| HSV(B) | 270.97º | 0.74% | 0.99% | - |
| XYZ | 34.84 | 18.89 | 94.74 | - |
| YUV | 116.91 | 204.8 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 253 | 0.36 | 0.74 | 0 | 0.01 | 270.97 | 0.98 | 0.63 |
| Hex | A3 | 43 | FD | 24 | 4A | 0 | 1 | 10F | 62 | 3F |
| Octal | 243 | 103 | 375 | 44 | 112 | 0 | 1 | 417 | 142 | 77 |
| Binary | 10100011 | 1000011 | 11111101 | 100100 | 1001010 | 0 | 1 | 100001111 | 1100010 | 111111 |
Color Harmonies of #A343FD
Complementary color
Monochromatic Colors of #A343FD
Black with #A343FD
Text Example
Text Example
White with #A343FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343FD; }
p { color: rgb(163,67,253); }
H1.HeaderClassName
{
color: #A343FD;
}
.AnyTagClassName
{
color: #A343FD;
}
</style>
background-color css
<style>
a { background-color: #A343FD; }
a { background-color: rgb(163,67,253); }
div.DivClassName
{
background-color: #A343FD;
}
.BgClassName
{
background-color: #A343FD;
}
</style>
border-color css
<style>
span { border-color: #A343FD; }
span { border-color: rgb(163,67,253); }
td.TdClassName
{
border-color: #A343FD;
}
.TagClassName
{
border-color: #A343FD;
}
</style>