Shades of Blue Violet #A540FF
Tints of Blue Violet #A540FF
RGB
CMYK
RGB Variations
Color information
#A540FF (or 0xA540FF) is known color: Blue Violet. HEX triplet: A5, 40 and FF. RGB value is (165,64,255). Sum of RGB (Red+Green+Blue) = 165+64+255=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #A540FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540FF is #5ABF00. Grayscale: #737373. Windows color (decimal): -5947137 or 16728229. OLE color: 16728229.
HSL color Cylindrical-coordinate representation of color #A540FF: hue angle of 271.73º 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 #A540FF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 64 | 255 | - |
| CMYK | 0.35 | 0.75 | 0 | 0 |
| HSL | 271.73º | 1% | 0.63% | - |
| HSV(B) | 271.73º | 0.75% | 1% | - |
| XYZ | 35.4 | 18.89 | 96.39 | - |
| YUV | 115.97 | 206.46 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 64 | 255 | 0.35 | 0.75 | 0 | 0 | 271.73 | 1 | 0.63 |
| Hex | A5 | 40 | FF | 23 | 4B | 0 | 0 | 110 | 64 | 3F |
| Octal | 245 | 100 | 377 | 43 | 113 | 0 | 0 | 420 | 144 | 77 |
| Binary | 10100101 | 1000000 | 11111111 | 100011 | 1001011 | 0 | 0 | 100010000 | 1100100 | 111111 |
Color Harmonies of #A540FF
Complementary color
Monochromatic Colors of #A540FF
Black with #A540FF
Text Example
Text Example
White with #A540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A540FF; }
p { color: rgb(165,64,255); }
H1.HeaderClassName
{
color: #A540FF;
}
.AnyTagClassName
{
color: #A540FF;
}
</style>
background-color css
<style>
a { background-color: #A540FF; }
a { background-color: rgb(165,64,255); }
div.DivClassName
{
background-color: #A540FF;
}
.BgClassName
{
background-color: #A540FF;
}
</style>
border-color css
<style>
span { border-color: #A540FF; }
span { border-color: rgb(165,64,255); }
td.TdClassName
{
border-color: #A540FF;
}
.TagClassName
{
border-color: #A540FF;
}
</style>