Shades of Blue Violet #A42EFD
Tints of Blue Violet #A42EFD
RGB
CMYK
RGB Variations
Color information
#A42EFD (or 0xA42EFD) is known color: Blue Violet. HEX triplet: A4, 2E and FD. RGB value is (164,46,253). Sum of RGB (Red+Green+Blue) = 164+46+253=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #A42EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A42EFD is #5BD102. Grayscale: #686868. Windows color (decimal): -6017283 or 16592548. OLE color: 16592548.
HSL color Cylindrical-coordinate representation of color #A42EFD: hue angle of 274.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A42EFD is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 46 | 253 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.01 |
| HSL | 274.2º | 0.98% | 0.59% | - |
| HSV(B) | 274.2º | 0.82% | 0.99% | - |
| XYZ | 34.02 | 16.94 | 94.41 | - |
| YUV | 104.88 | 211.59 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 253 | 0.35 | 0.82 | 0 | 0.01 | 274.2 | 0.98 | 0.59 |
| Hex | A4 | 2E | FD | 23 | 52 | 0 | 1 | 112 | 62 | 3B |
| Octal | 244 | 56 | 375 | 43 | 122 | 0 | 1 | 422 | 142 | 73 |
| Binary | 10100100 | 101110 | 11111101 | 100011 | 1010010 | 0 | 1 | 100010010 | 1100010 | 111011 |
Color Harmonies of #A42EFD
Complementary color
Monochromatic Colors of #A42EFD
Black with #A42EFD
Text Example
Text Example
White with #A42EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42EFD; }
p { color: rgb(164,46,253); }
H1.HeaderClassName
{
color: #A42EFD;
}
.AnyTagClassName
{
color: #A42EFD;
}
</style>
background-color css
<style>
a { background-color: #A42EFD; }
a { background-color: rgb(164,46,253); }
div.DivClassName
{
background-color: #A42EFD;
}
.BgClassName
{
background-color: #A42EFD;
}
</style>
border-color css
<style>
span { border-color: #A42EFD; }
span { border-color: rgb(164,46,253); }
td.TdClassName
{
border-color: #A42EFD;
}
.TagClassName
{
border-color: #A42EFD;
}
</style>