Shades of Blue Violet #A83EED
Tints of Blue Violet #A83EED
RGB
CMYK
RGB Variations
Color information
#A83EED (or 0xA83EED) is known color: Blue Violet. HEX triplet: A8, 3E and ED. RGB value is (168,62,237). Sum of RGB (Red+Green+Blue) = 168+62+237=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #A83EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83EED is #57C112. Grayscale: #717171. Windows color (decimal): -5751059 or 15548072. OLE color: 15548072.
HSL color Cylindrical-coordinate representation of color #A83EED: hue angle of 276.34º degrees, saturation: 0.83, 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 #A83EED is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 62 | 237 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.34º | 0.83% | 0.59% | - |
| HSV(B) | 276.34º | 0.74% | 0.93% | - |
| XYZ | 33.16 | 17.88 | 81.83 | - |
| YUV | 113.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 237 | 0.29 | 0.74 | 0 | 0.07 | 276.34 | 0.83 | 0.59 |
| Hex | A8 | 3E | ED | 1D | 4A | 0 | 7 | 114 | 53 | 3B |
| Octal | 250 | 76 | 355 | 35 | 112 | 0 | 7 | 424 | 123 | 73 |
| Binary | 10101000 | 111110 | 11101101 | 11101 | 1001010 | 0 | 111 | 100010100 | 1010011 | 111011 |
Color Harmonies of #A83EED
Complementary color
Monochromatic Colors of #A83EED
Black with #A83EED
Text Example
Text Example
White with #A83EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EED; }
p { color: rgb(168,62,237); }
H1.HeaderClassName
{
color: #A83EED;
}
.AnyTagClassName
{
color: #A83EED;
}
</style>
background-color css
<style>
a { background-color: #A83EED; }
a { background-color: rgb(168,62,237); }
div.DivClassName
{
background-color: #A83EED;
}
.BgClassName
{
background-color: #A83EED;
}
</style>
border-color css
<style>
span { border-color: #A83EED; }
span { border-color: rgb(168,62,237); }
td.TdClassName
{
border-color: #A83EED;
}
.TagClassName
{
border-color: #A83EED;
}
</style>