Shades of Blue Violet #A240FA
Tints of Blue Violet #A240FA
RGB
CMYK
RGB Variations
Color information
#A240FA (or 0xA240FA) is known color: Blue Violet. HEX triplet: A2, 40 and FA. RGB value is (162,64,250). Sum of RGB (Red+Green+Blue) = 162+64+250=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #A240FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A240FA is #5DBF05. Grayscale: #717171. Windows color (decimal): -6143750 or 16400546. OLE color: 16400546.
HSL color Cylindrical-coordinate representation of color #A240FA: hue angle of 271.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A240FA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 64 | 250 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.02 |
| HSL | 271.61º | 0.95% | 0.62% | - |
| HSV(B) | 271.61º | 0.74% | 0.98% | - |
| XYZ | 33.99 | 18.25 | 92.17 | - |
| YUV | 114.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 250 | 0.35 | 0.74 | 0 | 0.02 | 271.61 | 0.95 | 0.62 |
| Hex | A2 | 40 | FA | 23 | 4A | 0 | 2 | 110 | 5F | 3E |
| Octal | 242 | 100 | 372 | 43 | 112 | 0 | 2 | 420 | 137 | 76 |
| Binary | 10100010 | 1000000 | 11111010 | 100011 | 1001010 | 0 | 10 | 100010000 | 1011111 | 111110 |
Color Harmonies of #A240FA
Complementary color
Monochromatic Colors of #A240FA
Black with #A240FA
Text Example
Text Example
White with #A240FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A240FA; }
p { color: rgb(162,64,250); }
H1.HeaderClassName
{
color: #A240FA;
}
.AnyTagClassName
{
color: #A240FA;
}
</style>
background-color css
<style>
a { background-color: #A240FA; }
a { background-color: rgb(162,64,250); }
div.DivClassName
{
background-color: #A240FA;
}
.BgClassName
{
background-color: #A240FA;
}
</style>
border-color css
<style>
span { border-color: #A240FA; }
span { border-color: rgb(162,64,250); }
td.TdClassName
{
border-color: #A240FA;
}
.TagClassName
{
border-color: #A240FA;
}
</style>