Shades of Blue Violet #A332FF
Tints of Blue Violet #A332FF
RGB
CMYK
RGB Variations
Color information
#A332FF (or 0xA332FF) is known color: Blue Violet. HEX triplet: A3, 32 and FF. RGB value is (163,50,255). Sum of RGB (Red+Green+Blue) = 163+50+255=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #A332FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332FF is #5CCD00. Grayscale: #6A6A6A. Windows color (decimal): -6081793 or 16724643. OLE color: 16724643.
HSL color Cylindrical-coordinate representation of color #A332FF: hue angle of 273.07º 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 #A332FF is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 50 | 255 | - |
| CMYK | 0.36 | 0.80 | 0 | 0 |
| HSL | 273.07º | 1% | 0.6% | - |
| HSV(B) | 273.07º | 0.8% | 1% | - |
| XYZ | 34.29 | 17.29 | 96.14 | - |
| YUV | 107.16 | 211.44 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 255 | 0.36 | 0.80 | 0 | 0 | 273.07 | 1 | 0.6 |
| Hex | A3 | 32 | FF | 24 | 50 | 0 | 0 | 111 | 64 | 3C |
| Octal | 243 | 62 | 377 | 44 | 120 | 0 | 0 | 421 | 144 | 74 |
| Binary | 10100011 | 110010 | 11111111 | 100100 | 1010000 | 0 | 0 | 100010001 | 1100100 | 111100 |
Color Harmonies of #A332FF
Complementary color
Monochromatic Colors of #A332FF
Black with #A332FF
Text Example
Text Example
White with #A332FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332FF; }
p { color: rgb(163,50,255); }
H1.HeaderClassName
{
color: #A332FF;
}
.AnyTagClassName
{
color: #A332FF;
}
</style>
background-color css
<style>
a { background-color: #A332FF; }
a { background-color: rgb(163,50,255); }
div.DivClassName
{
background-color: #A332FF;
}
.BgClassName
{
background-color: #A332FF;
}
</style>
border-color css
<style>
span { border-color: #A332FF; }
span { border-color: rgb(163,50,255); }
td.TdClassName
{
border-color: #A332FF;
}
.TagClassName
{
border-color: #A332FF;
}
</style>