Shades of Blue Violet #A032F3
Tints of Blue Violet #A032F3
RGB
CMYK
RGB Variations
Color information
#A032F3 (or 0xA032F3) is known color: Blue Violet. HEX triplet: A0, 32 and F3. RGB value is (160,50,243). Sum of RGB (Red+Green+Blue) = 160+50+243=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #A032F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A032F3 is #5FCD0C. Grayscale: #686868. Windows color (decimal): -6278413 or 15938208. OLE color: 15938208.
HSL color Cylindrical-coordinate representation of color #A032F3: hue angle of 274.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A032F3 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 50 | 243 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.05 |
| HSL | 274.2º | 0.89% | 0.57% | - |
| HSV(B) | 274.2º | 0.79% | 0.95% | - |
| XYZ | 31.82 | 16.23 | 86.25 | - |
| YUV | 104.89 | 205.94 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 243 | 0.34 | 0.79 | 0 | 0.05 | 274.2 | 0.89 | 0.57 |
| Hex | A0 | 32 | F3 | 22 | 4F | 0 | 5 | 112 | 59 | 39 |
| Octal | 240 | 62 | 363 | 42 | 117 | 0 | 5 | 422 | 131 | 71 |
| Binary | 10100000 | 110010 | 11110011 | 100010 | 1001111 | 0 | 101 | 100010010 | 1011001 | 111001 |
Color Harmonies of #A032F3
Complementary color
Monochromatic Colors of #A032F3
Black with #A032F3
Text Example
Text Example
White with #A032F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032F3; }
p { color: rgb(160,50,243); }
H1.HeaderClassName
{
color: #A032F3;
}
.AnyTagClassName
{
color: #A032F3;
}
</style>
background-color css
<style>
a { background-color: #A032F3; }
a { background-color: rgb(160,50,243); }
div.DivClassName
{
background-color: #A032F3;
}
.BgClassName
{
background-color: #A032F3;
}
</style>
border-color css
<style>
span { border-color: #A032F3; }
span { border-color: rgb(160,50,243); }
td.TdClassName
{
border-color: #A032F3;
}
.TagClassName
{
border-color: #A032F3;
}
</style>