Shades of Blue Violet #A442FA
Tints of Blue Violet #A442FA
RGB
CMYK
RGB Variations
Color information
#A442FA (or 0xA442FA) is known color: Blue Violet. HEX triplet: A4, 42 and FA. RGB value is (164,66,250). Sum of RGB (Red+Green+Blue) = 164+66+250=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #A442FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A442FA is #5BBD05. Grayscale: #737373. Windows color (decimal): -6012166 or 16401060. OLE color: 16401060.
HSL color Cylindrical-coordinate representation of color #A442FA: hue angle of 271.96º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A442FA is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 66 | 250 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.02 |
| HSL | 271.96º | 0.95% | 0.62% | - |
| HSV(B) | 271.96º | 0.74% | 0.98% | - |
| XYZ | 34.51 | 18.69 | 92.23 | - |
| YUV | 116.28 | 203.47 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 66 | 250 | 0.34 | 0.74 | 0 | 0.02 | 271.96 | 0.95 | 0.62 |
| Hex | A4 | 42 | FA | 22 | 4A | 0 | 2 | 110 | 5F | 3E |
| Octal | 244 | 102 | 372 | 42 | 112 | 0 | 2 | 420 | 137 | 76 |
| Binary | 10100100 | 1000010 | 11111010 | 100010 | 1001010 | 0 | 10 | 100010000 | 1011111 | 111110 |
Color Harmonies of #A442FA
Complementary color
Monochromatic Colors of #A442FA
Black with #A442FA
Text Example
Text Example
White with #A442FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A442FA; }
p { color: rgb(164,66,250); }
H1.HeaderClassName
{
color: #A442FA;
}
.AnyTagClassName
{
color: #A442FA;
}
</style>
background-color css
<style>
a { background-color: #A442FA; }
a { background-color: rgb(164,66,250); }
div.DivClassName
{
background-color: #A442FA;
}
.BgClassName
{
background-color: #A442FA;
}
</style>
border-color css
<style>
span { border-color: #A442FA; }
span { border-color: rgb(164,66,250); }
td.TdClassName
{
border-color: #A442FA;
}
.TagClassName
{
border-color: #A442FA;
}
</style>