Shades of Blue Violet #A42AF9
Tints of Blue Violet #A42AF9
RGB
CMYK
RGB Variations
Color information
#A42AF9 (or 0xA42AF9) is known color: Blue Violet. HEX triplet: A4, 2A and F9. RGB value is (164,42,249). Sum of RGB (Red+Green+Blue) = 164+42+249=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #A42AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42AF9 is #5BD506. Grayscale: #656565. Windows color (decimal): -6018311 or 16329380. OLE color: 16329380.
HSL color Cylindrical-coordinate representation of color #A42AF9: hue angle of 275.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A42AF9 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 42 | 249 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.02 |
| HSL | 275.36º | 0.95% | 0.57% | - |
| HSV(B) | 275.36º | 0.83% | 0.98% | - |
| XYZ | 33.24 | 16.39 | 91.03 | - |
| YUV | 102.08 | 210.92 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 249 | 0.34 | 0.83 | 0 | 0.02 | 275.36 | 0.95 | 0.57 |
| Hex | A4 | 2A | F9 | 22 | 53 | 0 | 2 | 113 | 5F | 39 |
| Octal | 244 | 52 | 371 | 42 | 123 | 0 | 2 | 423 | 137 | 71 |
| Binary | 10100100 | 101010 | 11111001 | 100010 | 1010011 | 0 | 10 | 100010011 | 1011111 | 111001 |
Color Harmonies of #A42AF9
Complementary color
Monochromatic Colors of #A42AF9
Black with #A42AF9
Text Example
Text Example
White with #A42AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42AF9; }
p { color: rgb(164,42,249); }
H1.HeaderClassName
{
color: #A42AF9;
}
.AnyTagClassName
{
color: #A42AF9;
}
</style>
background-color css
<style>
a { background-color: #A42AF9; }
a { background-color: rgb(164,42,249); }
div.DivClassName
{
background-color: #A42AF9;
}
.BgClassName
{
background-color: #A42AF9;
}
</style>
border-color css
<style>
span { border-color: #A42AF9; }
span { border-color: rgb(164,42,249); }
td.TdClassName
{
border-color: #A42AF9;
}
.TagClassName
{
border-color: #A42AF9;
}
</style>