Shades of Blue Violet #A932FC
Tints of Blue Violet #A932FC
RGB
CMYK
RGB Variations
Color information
#A932FC (or 0xA932FC) is known color: Blue Violet. HEX triplet: A9, 32 and FC. RGB value is (169,50,252). Sum of RGB (Red+Green+Blue) = 169+50+252=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #A932FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A932FC is #56CD03. Grayscale: #6B6B6B. Windows color (decimal): -5688580 or 16528041. OLE color: 16528041.
HSL color Cylindrical-coordinate representation of color #A932FC: hue angle of 275.35º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A932FC is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 50 | 252 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.01 |
| HSL | 275.35º | 0.97% | 0.59% | - |
| HSV(B) | 275.35º | 0.8% | 0.99% | - |
| XYZ | 35.07 | 17.74 | 93.67 | - |
| YUV | 108.61 | 208.92 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 252 | 0.33 | 0.80 | 0 | 0.01 | 275.35 | 0.97 | 0.59 |
| Hex | A9 | 32 | FC | 21 | 50 | 0 | 1 | 113 | 61 | 3B |
| Octal | 251 | 62 | 374 | 41 | 120 | 0 | 1 | 423 | 141 | 73 |
| Binary | 10101001 | 110010 | 11111100 | 100001 | 1010000 | 0 | 1 | 100010011 | 1100001 | 111011 |
Color Harmonies of #A932FC
Complementary color
Monochromatic Colors of #A932FC
Black with #A932FC
Text Example
Text Example
White with #A932FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932FC; }
p { color: rgb(169,50,252); }
H1.HeaderClassName
{
color: #A932FC;
}
.AnyTagClassName
{
color: #A932FC;
}
</style>
background-color css
<style>
a { background-color: #A932FC; }
a { background-color: rgb(169,50,252); }
div.DivClassName
{
background-color: #A932FC;
}
.BgClassName
{
background-color: #A932FC;
}
</style>
border-color css
<style>
span { border-color: #A932FC; }
span { border-color: rgb(169,50,252); }
td.TdClassName
{
border-color: #A932FC;
}
.TagClassName
{
border-color: #A932FC;
}
</style>