Shades of Blue Violet #A32FFD
Tints of Blue Violet #A32FFD
RGB
CMYK
RGB Variations
Color information
#A32FFD (or 0xA32FFD) is known color: Blue Violet. HEX triplet: A3, 2F and FD. RGB value is (163,47,253). Sum of RGB (Red+Green+Blue) = 163+47+253=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 47 (18.75% from 255 or 10.15% 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 #A32FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32FFD is #5CD002. Grayscale: #686868. Windows color (decimal): -6082563 or 16592803. OLE color: 16592803.
HSL color Cylindrical-coordinate representation of color #A32FFD: hue angle of 273.79º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A32FFD is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 47 | 253 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.01 |
| HSL | 273.79º | 0.98% | 0.59% | - |
| HSV(B) | 273.79º | 0.81% | 0.99% | - |
| XYZ | 33.85 | 16.91 | 94.41 | - |
| YUV | 105.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 47 | 253 | 0.36 | 0.81 | 0 | 0.01 | 273.79 | 0.98 | 0.59 |
| Hex | A3 | 2F | FD | 24 | 51 | 0 | 1 | 112 | 62 | 3B |
| Octal | 243 | 57 | 375 | 44 | 121 | 0 | 1 | 422 | 142 | 73 |
| Binary | 10100011 | 101111 | 11111101 | 100100 | 1010001 | 0 | 1 | 100010010 | 1100010 | 111011 |
Color Harmonies of #A32FFD
Complementary color
Monochromatic Colors of #A32FFD
Black with #A32FFD
Text Example
Text Example
White with #A32FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32FFD; }
p { color: rgb(163,47,253); }
H1.HeaderClassName
{
color: #A32FFD;
}
.AnyTagClassName
{
color: #A32FFD;
}
</style>
background-color css
<style>
a { background-color: #A32FFD; }
a { background-color: rgb(163,47,253); }
div.DivClassName
{
background-color: #A32FFD;
}
.BgClassName
{
background-color: #A32FFD;
}
</style>
border-color css
<style>
span { border-color: #A32FFD; }
span { border-color: rgb(163,47,253); }
td.TdClassName
{
border-color: #A32FFD;
}
.TagClassName
{
border-color: #A32FFD;
}
</style>