Shades of Blue Violet #A42CFF
Tints of Blue Violet #A42CFF
RGB
CMYK
RGB Variations
Color information
#A42CFF (or 0xA42CFF) is known color: Blue Violet. HEX triplet: A4, 2C and FF. RGB value is (164,44,255). Sum of RGB (Red+Green+Blue) = 164+44+255=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #A42CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42CFF is #5BD300. Grayscale: #676767. Windows color (decimal): -6017793 or 16723108. OLE color: 16723108.
HSL color Cylindrical-coordinate representation of color #A42CFF: hue angle of 274.12º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A42CFF is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 44 | 255 | - |
| CMYK | 0.36 | 0.83 | 0 | 0 |
| HSL | 274.12º | 1% | 0.59% | - |
| HSV(B) | 274.12º | 0.83% | 1% | - |
| XYZ | 34.26 | 16.91 | 96.07 | - |
| YUV | 103.93 | 213.26 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 44 | 255 | 0.36 | 0.83 | 0 | 0 | 274.12 | 1 | 0.59 |
| Hex | A4 | 2C | FF | 24 | 53 | 0 | 0 | 112 | 64 | 3B |
| Octal | 244 | 54 | 377 | 44 | 123 | 0 | 0 | 422 | 144 | 73 |
| Binary | 10100100 | 101100 | 11111111 | 100100 | 1010011 | 0 | 0 | 100010010 | 1100100 | 111011 |
Color Harmonies of #A42CFF
Complementary color
Monochromatic Colors of #A42CFF
Black with #A42CFF
Text Example
Text Example
White with #A42CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42CFF; }
p { color: rgb(164,44,255); }
H1.HeaderClassName
{
color: #A42CFF;
}
.AnyTagClassName
{
color: #A42CFF;
}
</style>
background-color css
<style>
a { background-color: #A42CFF; }
a { background-color: rgb(164,44,255); }
div.DivClassName
{
background-color: #A42CFF;
}
.BgClassName
{
background-color: #A42CFF;
}
</style>
border-color css
<style>
span { border-color: #A42CFF; }
span { border-color: rgb(164,44,255); }
td.TdClassName
{
border-color: #A42CFF;
}
.TagClassName
{
border-color: #A42CFF;
}
</style>