Shades of Blue Violet #A442F8
Tints of Blue Violet #A442F8
RGB
CMYK
RGB Variations
Color information
#A442F8 (or 0xA442F8) is known color: Blue Violet. HEX triplet: A4, 42 and F8. RGB value is (164,66,248). Sum of RGB (Red+Green+Blue) = 164+66+248=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #A442F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A442F8 is #5BBD07. Grayscale: #737373. Windows color (decimal): -6012168 or 16269988. OLE color: 16269988.
HSL color Cylindrical-coordinate representation of color #A442F8: hue angle of 272.31º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A442F8 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 66 | 248 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.03 |
| HSL | 272.31º | 0.93% | 0.62% | - |
| HSV(B) | 272.31º | 0.73% | 0.97% | - |
| XYZ | 34.2 | 18.57 | 90.59 | - |
| YUV | 116.05 | 202.47 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 248 | 0.34 | 0.73 | 0 | 0.03 | 272.31 | 0.93 | 0.62 |
| Hex | A4 | 42 | F8 | 22 | 49 | 0 | 3 | 110 | 5D | 3E |
| Octal | 244 | 102 | 370 | 42 | 111 | 0 | 3 | 420 | 135 | 76 |
| Binary | 10100100 | 1000010 | 11111000 | 100010 | 1001001 | 0 | 11 | 100010000 | 1011101 | 111110 |
Color Harmonies of #A442F8
Complementary color
Monochromatic Colors of #A442F8
Black with #A442F8
Text Example
Text Example
White with #A442F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442F8; }
p { color: rgb(164,66,248); }
H1.HeaderClassName
{
color: #A442F8;
}
.AnyTagClassName
{
color: #A442F8;
}
</style>
background-color css
<style>
a { background-color: #A442F8; }
a { background-color: rgb(164,66,248); }
div.DivClassName
{
background-color: #A442F8;
}
.BgClassName
{
background-color: #A442F8;
}
</style>
border-color css
<style>
span { border-color: #A442F8; }
span { border-color: rgb(164,66,248); }
td.TdClassName
{
border-color: #A442F8;
}
.TagClassName
{
border-color: #A442F8;
}
</style>