Shades of Blue Violet #A82CEE
Tints of Blue Violet #A82CEE
RGB
CMYK
RGB Variations
Color information
#A82CEE (or 0xA82CEE) is known color: Blue Violet. HEX triplet: A8, 2C and EE. RGB value is (168,44,238). Sum of RGB (Red+Green+Blue) = 168+44+238=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #A82CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A82CEE is #57D311. Grayscale: #666666. Windows color (decimal): -5755666 or 15609000. OLE color: 15609000.
HSL color Cylindrical-coordinate representation of color #A82CEE: hue angle of 278.35º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A82CEE is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 44 | 238 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.07 |
| HSL | 278.35º | 0.85% | 0.55% | - |
| HSV(B) | 278.35º | 0.82% | 0.93% | - |
| XYZ | 32.48 | 16.3 | 82.32 | - |
| YUV | 103.19 | 204.08 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 238 | 0.29 | 0.82 | 0 | 0.07 | 278.35 | 0.85 | 0.55 |
| Hex | A8 | 2C | EE | 1D | 52 | 0 | 7 | 116 | 55 | 37 |
| Octal | 250 | 54 | 356 | 35 | 122 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10101000 | 101100 | 11101110 | 11101 | 1010010 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A82CEE
Complementary color
Monochromatic Colors of #A82CEE
Black with #A82CEE
Text Example
Text Example
White with #A82CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82CEE; }
p { color: rgb(168,44,238); }
H1.HeaderClassName
{
color: #A82CEE;
}
.AnyTagClassName
{
color: #A82CEE;
}
</style>
background-color css
<style>
a { background-color: #A82CEE; }
a { background-color: rgb(168,44,238); }
div.DivClassName
{
background-color: #A82CEE;
}
.BgClassName
{
background-color: #A82CEE;
}
</style>
border-color css
<style>
span { border-color: #A82CEE; }
span { border-color: rgb(168,44,238); }
td.TdClassName
{
border-color: #A82CEE;
}
.TagClassName
{
border-color: #A82CEE;
}
</style>