Shades of Blue Violet #A832ED
Tints of Blue Violet #A832ED
RGB
CMYK
RGB Variations
Color information
#A832ED (or 0xA832ED) is known color: Blue Violet. HEX triplet: A8, 32 and ED. RGB value is (168,50,237). Sum of RGB (Red+Green+Blue) = 168+50+237=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #A832ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A832ED is #57CD12. Grayscale: #696969. Windows color (decimal): -5754131 or 15545000. OLE color: 15545000.
HSL color Cylindrical-coordinate representation of color #A832ED: hue angle of 277.86º 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 #A832ED is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 50 | 237 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 277.86º | 0.84% | 0.56% | - |
| HSV(B) | 277.86º | 0.79% | 0.93% | - |
| XYZ | 32.58 | 16.72 | 81.63 | - |
| YUV | 106.6 | 201.59 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 237 | 0.29 | 0.79 | 0 | 0.07 | 277.86 | 0.84 | 0.56 |
| Hex | A8 | 32 | ED | 1D | 4F | 0 | 7 | 116 | 54 | 38 |
| Octal | 250 | 62 | 355 | 35 | 117 | 0 | 7 | 426 | 124 | 70 |
| Binary | 10101000 | 110010 | 11101101 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010100 | 111000 |
Color Harmonies of #A832ED
Complementary color
Monochromatic Colors of #A832ED
Black with #A832ED
Text Example
Text Example
White with #A832ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832ED; }
p { color: rgb(168,50,237); }
H1.HeaderClassName
{
color: #A832ED;
}
.AnyTagClassName
{
color: #A832ED;
}
</style>
background-color css
<style>
a { background-color: #A832ED; }
a { background-color: rgb(168,50,237); }
div.DivClassName
{
background-color: #A832ED;
}
.BgClassName
{
background-color: #A832ED;
}
</style>
border-color css
<style>
span { border-color: #A832ED; }
span { border-color: rgb(168,50,237); }
td.TdClassName
{
border-color: #A832ED;
}
.TagClassName
{
border-color: #A832ED;
}
</style>