Shades of Blue Violet #A83EEF
Tints of Blue Violet #A83EEF
RGB
CMYK
RGB Variations
Color information
#A83EEF (or 0xA83EEF) is known color: Blue Violet. HEX triplet: A8, 3E and EF. RGB value is (168,62,239). Sum of RGB (Red+Green+Blue) = 168+62+239=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #A83EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83EEF is #57C110. Grayscale: #717171. Windows color (decimal): -5751057 or 15679144. OLE color: 15679144.
HSL color Cylindrical-coordinate representation of color #A83EEF: hue angle of 275.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83EEF is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 62 | 239 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.06 |
| HSL | 275.93º | 0.85% | 0.59% | - |
| HSV(B) | 275.93º | 0.74% | 0.94% | - |
| XYZ | 33.45 | 18 | 83.37 | - |
| YUV | 113.87 | 198.62 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 239 | 0.30 | 0.74 | 0 | 0.06 | 275.93 | 0.85 | 0.59 |
| Hex | A8 | 3E | EF | 1E | 4A | 0 | 6 | 114 | 55 | 3B |
| Octal | 250 | 76 | 357 | 36 | 112 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10101000 | 111110 | 11101111 | 11110 | 1001010 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #A83EEF
Complementary color
Monochromatic Colors of #A83EEF
Black with #A83EEF
Text Example
Text Example
White with #A83EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EEF; }
p { color: rgb(168,62,239); }
H1.HeaderClassName
{
color: #A83EEF;
}
.AnyTagClassName
{
color: #A83EEF;
}
</style>
background-color css
<style>
a { background-color: #A83EEF; }
a { background-color: rgb(168,62,239); }
div.DivClassName
{
background-color: #A83EEF;
}
.BgClassName
{
background-color: #A83EEF;
}
</style>
border-color css
<style>
span { border-color: #A83EEF; }
span { border-color: rgb(168,62,239); }
td.TdClassName
{
border-color: #A83EEF;
}
.TagClassName
{
border-color: #A83EEF;
}
</style>