Shades of Blue Violet #A440FF
Tints of Blue Violet #A440FF
RGB
CMYK
RGB Variations
Color information
#A440FF (or 0xA440FF) is known color: Blue Violet. HEX triplet: A4, 40 and FF. RGB value is (164,64,255). Sum of RGB (Red+Green+Blue) = 164+64+255=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #A440FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A440FF is #5BBF00. Grayscale: #737373. Windows color (decimal): -6012673 or 16728228. OLE color: 16728228.
HSL color Cylindrical-coordinate representation of color #A440FF: hue angle of 271.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A440FF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 64 | 255 | - |
| CMYK | 0.36 | 0.75 | 0 | 0 |
| HSL | 271.41º | 1% | 0.63% | - |
| HSV(B) | 271.41º | 0.75% | 1% | - |
| XYZ | 35.19 | 18.78 | 96.38 | - |
| YUV | 115.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 64 | 255 | 0.36 | 0.75 | 0 | 0 | 271.41 | 1 | 0.63 |
| Hex | A4 | 40 | FF | 24 | 4B | 0 | 0 | 10F | 64 | 3F |
| Octal | 244 | 100 | 377 | 44 | 113 | 0 | 0 | 417 | 144 | 77 |
| Binary | 10100100 | 1000000 | 11111111 | 100100 | 1001011 | 0 | 0 | 100001111 | 1100100 | 111111 |
Color Harmonies of #A440FF
Complementary color
Monochromatic Colors of #A440FF
Black with #A440FF
Text Example
Text Example
White with #A440FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A440FF; }
p { color: rgb(164,64,255); }
H1.HeaderClassName
{
color: #A440FF;
}
.AnyTagClassName
{
color: #A440FF;
}
</style>
background-color css
<style>
a { background-color: #A440FF; }
a { background-color: rgb(164,64,255); }
div.DivClassName
{
background-color: #A440FF;
}
.BgClassName
{
background-color: #A440FF;
}
</style>
border-color css
<style>
span { border-color: #A440FF; }
span { border-color: rgb(164,64,255); }
td.TdClassName
{
border-color: #A440FF;
}
.TagClassName
{
border-color: #A440FF;
}
</style>