Shades of Blue Violet #A42DFB
Tints of Blue Violet #A42DFB
RGB
CMYK
RGB Variations
Color information
#A42DFB (or 0xA42DFB) is known color: Blue Violet. HEX triplet: A4, 2D and FB. RGB value is (164,45,251). Sum of RGB (Red+Green+Blue) = 164+45+251=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #A42DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42DFB is #5BD204. Grayscale: #676767. Windows color (decimal): -6017541 or 16461220. OLE color: 16461220.
HSL color Cylindrical-coordinate representation of color #A42DFB: hue angle of 274.66º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42DFB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 45 | 251 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.02 |
| HSL | 274.66º | 0.96% | 0.58% | - |
| HSV(B) | 274.66º | 0.82% | 0.98% | - |
| XYZ | 33.66 | 16.73 | 92.72 | - |
| YUV | 104.07 | 210.92 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 251 | 0.35 | 0.82 | 0 | 0.02 | 274.66 | 0.96 | 0.58 |
| Hex | A4 | 2D | FB | 23 | 52 | 0 | 2 | 113 | 60 | 3A |
| Octal | 244 | 55 | 373 | 43 | 122 | 0 | 2 | 423 | 140 | 72 |
| Binary | 10100100 | 101101 | 11111011 | 100011 | 1010010 | 0 | 10 | 100010011 | 1100000 | 111010 |
Color Harmonies of #A42DFB
Complementary color
Monochromatic Colors of #A42DFB
Black with #A42DFB
Text Example
Text Example
White with #A42DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42DFB; }
p { color: rgb(164,45,251); }
H1.HeaderClassName
{
color: #A42DFB;
}
.AnyTagClassName
{
color: #A42DFB;
}
</style>
background-color css
<style>
a { background-color: #A42DFB; }
a { background-color: rgb(164,45,251); }
div.DivClassName
{
background-color: #A42DFB;
}
.BgClassName
{
background-color: #A42DFB;
}
</style>
border-color css
<style>
span { border-color: #A42DFB; }
span { border-color: rgb(164,45,251); }
td.TdClassName
{
border-color: #A42DFB;
}
.TagClassName
{
border-color: #A42DFB;
}
</style>