Shades of Blue Violet #A242F9
Tints of Blue Violet #A242F9
RGB
CMYK
RGB Variations
Color information
#A242F9 (or 0xA242F9) is known color: Blue Violet. HEX triplet: A2, 42 and F9. RGB value is (162,66,249). Sum of RGB (Red+Green+Blue) = 162+66+249=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #A242F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A242F9 is #5DBD06. Grayscale: #727272. Windows color (decimal): -6143239 or 16335522. OLE color: 16335522.
HSL color Cylindrical-coordinate representation of color #A242F9: hue angle of 271.48º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A242F9 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 66 | 249 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.02 |
| HSL | 271.48º | 0.94% | 0.62% | - |
| HSV(B) | 271.48º | 0.73% | 0.98% | - |
| XYZ | 33.95 | 18.42 | 91.39 | - |
| YUV | 115.57 | 203.3 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 249 | 0.35 | 0.73 | 0 | 0.02 | 271.48 | 0.94 | 0.62 |
| Hex | A2 | 42 | F9 | 23 | 49 | 0 | 2 | 10F | 5E | 3E |
| Octal | 242 | 102 | 371 | 43 | 111 | 0 | 2 | 417 | 136 | 76 |
| Binary | 10100010 | 1000010 | 11111001 | 100011 | 1001001 | 0 | 10 | 100001111 | 1011110 | 111110 |
Color Harmonies of #A242F9
Complementary color
Monochromatic Colors of #A242F9
Black with #A242F9
Text Example
Text Example
White with #A242F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A242F9; }
p { color: rgb(162,66,249); }
H1.HeaderClassName
{
color: #A242F9;
}
.AnyTagClassName
{
color: #A242F9;
}
</style>
background-color css
<style>
a { background-color: #A242F9; }
a { background-color: rgb(162,66,249); }
div.DivClassName
{
background-color: #A242F9;
}
.BgClassName
{
background-color: #A242F9;
}
</style>
border-color css
<style>
span { border-color: #A242F9; }
span { border-color: rgb(162,66,249); }
td.TdClassName
{
border-color: #A242F9;
}
.TagClassName
{
border-color: #A242F9;
}
</style>