Shades of Blue Violet #A032FF
Tints of Blue Violet #A032FF
RGB
CMYK
RGB Variations
Color information
#A032FF (or 0xA032FF) is known color: Blue Violet. HEX triplet: A0, 32 and FF. RGB value is (160,50,255). Sum of RGB (Red+Green+Blue) = 160+50+255=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #A032FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032FF is #5FCD00. Grayscale: #696969. Windows color (decimal): -6278401 or 16724640. OLE color: 16724640.
HSL color Cylindrical-coordinate representation of color #A032FF: hue angle of 272.2º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A032FF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 50 | 255 | - |
| CMYK | 0.37 | 0.80 | 0 | 0 |
| HSL | 272.2º | 1% | 0.6% | - |
| HSV(B) | 272.2º | 0.8% | 1% | - |
| XYZ | 33.69 | 16.97 | 96.11 | - |
| YUV | 106.26 | 211.94 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 255 | 0.37 | 0.80 | 0 | 0 | 272.2 | 1 | 0.6 |
| Hex | A0 | 32 | FF | 25 | 50 | 0 | 0 | 110 | 64 | 3C |
| Octal | 240 | 62 | 377 | 45 | 120 | 0 | 0 | 420 | 144 | 74 |
| Binary | 10100000 | 110010 | 11111111 | 100101 | 1010000 | 0 | 0 | 100010000 | 1100100 | 111100 |
Color Harmonies of #A032FF
Complementary color
Monochromatic Colors of #A032FF
Black with #A032FF
Text Example
Text Example
White with #A032FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032FF; }
p { color: rgb(160,50,255); }
H1.HeaderClassName
{
color: #A032FF;
}
.AnyTagClassName
{
color: #A032FF;
}
</style>
background-color css
<style>
a { background-color: #A032FF; }
a { background-color: rgb(160,50,255); }
div.DivClassName
{
background-color: #A032FF;
}
.BgClassName
{
background-color: #A032FF;
}
</style>
border-color css
<style>
span { border-color: #A032FF; }
span { border-color: rgb(160,50,255); }
td.TdClassName
{
border-color: #A032FF;
}
.TagClassName
{
border-color: #A032FF;
}
</style>