Shades of Blue Violet #A341FD
Tints of Blue Violet #A341FD
RGB
CMYK
RGB Variations
Color information
#A341FD (or 0xA341FD) is known color: Blue Violet. HEX triplet: A3, 41 and FD. RGB value is (163,65,253). Sum of RGB (Red+Green+Blue) = 163+65+253=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A341FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341FD is #5CBE02. Grayscale: #737373. Windows color (decimal): -6077955 or 16597411. OLE color: 16597411.
HSL color Cylindrical-coordinate representation of color #A341FD: hue angle of 271.28º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A341FD is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 65 | 253 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.01 |
| HSL | 271.28º | 0.98% | 0.62% | - |
| HSV(B) | 271.28º | 0.74% | 0.99% | - |
| XYZ | 34.72 | 18.66 | 94.7 | - |
| YUV | 115.73 | 205.47 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 253 | 0.36 | 0.74 | 0 | 0.01 | 271.28 | 0.98 | 0.62 |
| Hex | A3 | 41 | FD | 24 | 4A | 0 | 1 | 10F | 62 | 3E |
| Octal | 243 | 101 | 375 | 44 | 112 | 0 | 1 | 417 | 142 | 76 |
| Binary | 10100011 | 1000001 | 11111101 | 100100 | 1001010 | 0 | 1 | 100001111 | 1100010 | 111110 |
Color Harmonies of #A341FD
Complementary color
Monochromatic Colors of #A341FD
Black with #A341FD
Text Example
Text Example
White with #A341FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A341FD; }
p { color: rgb(163,65,253); }
H1.HeaderClassName
{
color: #A341FD;
}
.AnyTagClassName
{
color: #A341FD;
}
</style>
background-color css
<style>
a { background-color: #A341FD; }
a { background-color: rgb(163,65,253); }
div.DivClassName
{
background-color: #A341FD;
}
.BgClassName
{
background-color: #A341FD;
}
</style>
border-color css
<style>
span { border-color: #A341FD; }
span { border-color: rgb(163,65,253); }
td.TdClassName
{
border-color: #A341FD;
}
.TagClassName
{
border-color: #A341FD;
}
</style>