Shades of Blue Violet #A42AFB
Tints of Blue Violet #A42AFB
RGB
CMYK
RGB Variations
Color information
#A42AFB (or 0xA42AFB) is known color: Blue Violet. HEX triplet: A4, 2A and FB. RGB value is (164,42,251). Sum of RGB (Red+Green+Blue) = 164+42+251=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #A42AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42AFB is #5BD504. Grayscale: #656565. Windows color (decimal): -6018309 or 16460452. OLE color: 16460452.
HSL color Cylindrical-coordinate representation of color #A42AFB: hue angle of 275.02º degrees, saturation: 0.96, 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 #A42AFB is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 42 | 251 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.02 |
| HSL | 275.02º | 0.96% | 0.57% | - |
| HSV(B) | 275.02º | 0.83% | 0.98% | - |
| XYZ | 33.55 | 16.51 | 92.69 | - |
| YUV | 102.3 | 211.92 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 251 | 0.35 | 0.83 | 0 | 0.02 | 275.02 | 0.96 | 0.57 |
| Hex | A4 | 2A | FB | 23 | 53 | 0 | 2 | 113 | 60 | 39 |
| Octal | 244 | 52 | 373 | 43 | 123 | 0 | 2 | 423 | 140 | 71 |
| Binary | 10100100 | 101010 | 11111011 | 100011 | 1010011 | 0 | 10 | 100010011 | 1100000 | 111001 |
Color Harmonies of #A42AFB
Complementary color
Monochromatic Colors of #A42AFB
Black with #A42AFB
Text Example
Text Example
White with #A42AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42AFB; }
p { color: rgb(164,42,251); }
H1.HeaderClassName
{
color: #A42AFB;
}
.AnyTagClassName
{
color: #A42AFB;
}
</style>
background-color css
<style>
a { background-color: #A42AFB; }
a { background-color: rgb(164,42,251); }
div.DivClassName
{
background-color: #A42AFB;
}
.BgClassName
{
background-color: #A42AFB;
}
</style>
border-color css
<style>
span { border-color: #A42AFB; }
span { border-color: rgb(164,42,251); }
td.TdClassName
{
border-color: #A42AFB;
}
.TagClassName
{
border-color: #A42AFB;
}
</style>