Shades of Blue Violet #A83EEE
Tints of Blue Violet #A83EEE
RGB
CMYK
RGB Variations
Color information
#A83EEE (or 0xA83EEE) is known color: Blue Violet. HEX triplet: A8, 3E and EE. RGB value is (168,62,238). Sum of RGB (Red+Green+Blue) = 168+62+238=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #A83EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83EEE is #57C111. Grayscale: #717171. Windows color (decimal): -5751058 or 15613608. OLE color: 15613608.
HSL color Cylindrical-coordinate representation of color #A83EEE: hue angle of 276.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83EEE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 62 | 238 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.14º | 0.84% | 0.59% | - |
| HSV(B) | 276.14º | 0.74% | 0.93% | - |
| XYZ | 33.3 | 17.94 | 82.6 | - |
| YUV | 113.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 238 | 0.29 | 0.74 | 0 | 0.07 | 276.14 | 0.84 | 0.59 |
| Hex | A8 | 3E | EE | 1D | 4A | 0 | 7 | 114 | 54 | 3B |
| Octal | 250 | 76 | 356 | 35 | 112 | 0 | 7 | 424 | 124 | 73 |
| Binary | 10101000 | 111110 | 11101110 | 11101 | 1001010 | 0 | 111 | 100010100 | 1010100 | 111011 |
Color Harmonies of #A83EEE
Complementary color
Monochromatic Colors of #A83EEE
Black with #A83EEE
Text Example
Text Example
White with #A83EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EEE; }
p { color: rgb(168,62,238); }
H1.HeaderClassName
{
color: #A83EEE;
}
.AnyTagClassName
{
color: #A83EEE;
}
</style>
background-color css
<style>
a { background-color: #A83EEE; }
a { background-color: rgb(168,62,238); }
div.DivClassName
{
background-color: #A83EEE;
}
.BgClassName
{
background-color: #A83EEE;
}
</style>
border-color css
<style>
span { border-color: #A83EEE; }
span { border-color: rgb(168,62,238); }
td.TdClassName
{
border-color: #A83EEE;
}
.TagClassName
{
border-color: #A83EEE;
}
</style>