Shades of Blue Violet #A83FEE
Tints of Blue Violet #A83FEE
RGB
CMYK
RGB Variations
Color information
#A83FEE (or 0xA83FEE) is known color: Blue Violet. HEX triplet: A8, 3F and EE. RGB value is (168,63,238). Sum of RGB (Red+Green+Blue) = 168+63+238=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #A83FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83FEE is #57C011. Grayscale: #717171. Windows color (decimal): -5750802 or 15613864. OLE color: 15613864.
HSL color Cylindrical-coordinate representation of color #A83FEE: hue angle of 276º 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 #A83FEE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 63 | 238 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276º | 0.84% | 0.59% | - |
| HSV(B) | 276º | 0.74% | 0.93% | - |
| XYZ | 33.36 | 18.05 | 82.62 | - |
| YUV | 114.35 | 197.79 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 238 | 0.29 | 0.74 | 0 | 0.07 | 276 | 0.84 | 0.59 |
| Hex | A8 | 3F | EE | 1D | 4A | 0 | 7 | 114 | 54 | 3B |
| Octal | 250 | 77 | 356 | 35 | 112 | 0 | 7 | 424 | 124 | 73 |
| Binary | 10101000 | 111111 | 11101110 | 11101 | 1001010 | 0 | 111 | 100010100 | 1010100 | 111011 |
Color Harmonies of #A83FEE
Complementary color
Monochromatic Colors of #A83FEE
Black with #A83FEE
Text Example
Text Example
White with #A83FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FEE; }
p { color: rgb(168,63,238); }
H1.HeaderClassName
{
color: #A83FEE;
}
.AnyTagClassName
{
color: #A83FEE;
}
</style>
background-color css
<style>
a { background-color: #A83FEE; }
a { background-color: rgb(168,63,238); }
div.DivClassName
{
background-color: #A83FEE;
}
.BgClassName
{
background-color: #A83FEE;
}
</style>
border-color css
<style>
span { border-color: #A83FEE; }
span { border-color: rgb(168,63,238); }
td.TdClassName
{
border-color: #A83FEE;
}
.TagClassName
{
border-color: #A83FEE;
}
</style>