Shades of Blue Violet #A832EE
Tints of Blue Violet #A832EE
RGB
CMYK
RGB Variations
Color information
#A832EE (or 0xA832EE) is known color: Blue Violet. HEX triplet: A8, 32 and EE. RGB value is (168,50,238). Sum of RGB (Red+Green+Blue) = 168+50+238=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #A832EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A832EE is #57CD11. Grayscale: #6A6A6A. Windows color (decimal): -5754130 or 15610536. OLE color: 15610536.
HSL color Cylindrical-coordinate representation of color #A832EE: hue angle of 277.66º degrees, saturation: 0.85, 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 #A832EE is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 50 | 238 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.07 |
| HSL | 277.66º | 0.85% | 0.56% | - |
| HSV(B) | 277.66º | 0.79% | 0.93% | - |
| XYZ | 32.72 | 16.78 | 82.4 | - |
| YUV | 106.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 238 | 0.29 | 0.79 | 0 | 0.07 | 277.66 | 0.85 | 0.56 |
| Hex | A8 | 32 | EE | 1D | 4F | 0 | 7 | 116 | 55 | 38 |
| Octal | 250 | 62 | 356 | 35 | 117 | 0 | 7 | 426 | 125 | 70 |
| Binary | 10101000 | 110010 | 11101110 | 11101 | 1001111 | 0 | 111 | 100010110 | 1010101 | 111000 |
Color Harmonies of #A832EE
Complementary color
Monochromatic Colors of #A832EE
Black with #A832EE
Text Example
Text Example
White with #A832EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832EE; }
p { color: rgb(168,50,238); }
H1.HeaderClassName
{
color: #A832EE;
}
.AnyTagClassName
{
color: #A832EE;
}
</style>
background-color css
<style>
a { background-color: #A832EE; }
a { background-color: rgb(168,50,238); }
div.DivClassName
{
background-color: #A832EE;
}
.BgClassName
{
background-color: #A832EE;
}
</style>
border-color css
<style>
span { border-color: #A832EE; }
span { border-color: rgb(168,50,238); }
td.TdClassName
{
border-color: #A832EE;
}
.TagClassName
{
border-color: #A832EE;
}
</style>