Shades of Blue Violet #A441FD
Tints of Blue Violet #A441FD
RGB
CMYK
RGB Variations
Color information
#A441FD (or 0xA441FD) is known color: Blue Violet. HEX triplet: A4, 41 and FD. RGB value is (164,65,253). Sum of RGB (Red+Green+Blue) = 164+65+253=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #A441FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441FD is #5BBE02. Grayscale: #737373. Windows color (decimal): -6012419 or 16597412. OLE color: 16597412.
HSL color Cylindrical-coordinate representation of color #A441FD: hue angle of 271.6º 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 #A441FD is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 65 | 253 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.01 |
| HSL | 271.6º | 0.98% | 0.62% | - |
| HSV(B) | 271.6º | 0.74% | 0.99% | - |
| XYZ | 34.93 | 18.76 | 94.71 | - |
| YUV | 116.03 | 205.3 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 253 | 0.35 | 0.74 | 0 | 0.01 | 271.6 | 0.98 | 0.62 |
| Hex | A4 | 41 | FD | 23 | 4A | 0 | 1 | 110 | 62 | 3E |
| Octal | 244 | 101 | 375 | 43 | 112 | 0 | 1 | 420 | 142 | 76 |
| Binary | 10100100 | 1000001 | 11111101 | 100011 | 1001010 | 0 | 1 | 100010000 | 1100010 | 111110 |
Color Harmonies of #A441FD
Complementary color
Monochromatic Colors of #A441FD
Black with #A441FD
Text Example
Text Example
White with #A441FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A441FD; }
p { color: rgb(164,65,253); }
H1.HeaderClassName
{
color: #A441FD;
}
.AnyTagClassName
{
color: #A441FD;
}
</style>
background-color css
<style>
a { background-color: #A441FD; }
a { background-color: rgb(164,65,253); }
div.DivClassName
{
background-color: #A441FD;
}
.BgClassName
{
background-color: #A441FD;
}
</style>
border-color css
<style>
span { border-color: #A441FD; }
span { border-color: rgb(164,65,253); }
td.TdClassName
{
border-color: #A441FD;
}
.TagClassName
{
border-color: #A441FD;
}
</style>