Shades of Blue Violet #A932ED
Tints of Blue Violet #A932ED
RGB
CMYK
RGB Variations
Color information
#A932ED (or 0xA932ED) is known color: Blue Violet. HEX triplet: A9, 32 and ED. RGB value is (169,50,237). Sum of RGB (Red+Green+Blue) = 169+50+237=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #A932ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A932ED is #56CD12. Grayscale: #6A6A6A. Windows color (decimal): -5688595 or 15545001. OLE color: 15545001.
HSL color Cylindrical-coordinate representation of color #A932ED: hue angle of 278.18º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A932ED is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 50 | 237 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 278.18º | 0.84% | 0.56% | - |
| HSV(B) | 278.18º | 0.79% | 0.93% | - |
| XYZ | 32.79 | 16.83 | 81.64 | - |
| YUV | 106.9 | 201.42 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 237 | 0.29 | 0.79 | 0 | 0.07 | 278.18 | 0.84 | 0.56 |
| Hex | A9 | 32 | ED | 1D | 4F | 0 | 7 | 116 | 54 | 38 |
| Octal | 251 | 62 | 355 | 35 | 117 | 0 | 7 | 426 | 124 | 70 |
| Binary | 10101001 | 110010 | 11101101 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010100 | 111000 |
Color Harmonies of #A932ED
Complementary color
Monochromatic Colors of #A932ED
Black with #A932ED
Text Example
Text Example
White with #A932ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A932ED; }
p { color: rgb(169,50,237); }
H1.HeaderClassName
{
color: #A932ED;
}
.AnyTagClassName
{
color: #A932ED;
}
</style>
background-color css
<style>
a { background-color: #A932ED; }
a { background-color: rgb(169,50,237); }
div.DivClassName
{
background-color: #A932ED;
}
.BgClassName
{
background-color: #A932ED;
}
</style>
border-color css
<style>
span { border-color: #A932ED; }
span { border-color: rgb(169,50,237); }
td.TdClassName
{
border-color: #A932ED;
}
.TagClassName
{
border-color: #A932ED;
}
</style>