Shades of Blue Violet #A83DEE
Tints of Blue Violet #A83DEE
RGB
CMYK
RGB Variations
Color information
#A83DEE (or 0xA83DEE) is known color: Blue Violet. HEX triplet: A8, 3D and EE. RGB value is (168,61,238). Sum of RGB (Red+Green+Blue) = 168+61+238=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #A83DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83DEE is #57C211. Grayscale: #707070. Windows color (decimal): -5751314 or 15613352. OLE color: 15613352.
HSL color Cylindrical-coordinate representation of color #A83DEE: hue angle of 276.27º 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 #A83DEE is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 61 | 238 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.27º | 0.84% | 0.59% | - |
| HSV(B) | 276.27º | 0.74% | 0.93% | - |
| XYZ | 33.25 | 17.84 | 82.58 | - |
| YUV | 113.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 238 | 0.29 | 0.74 | 0 | 0.07 | 276.27 | 0.84 | 0.59 |
| Hex | A8 | 3D | EE | 1D | 4A | 0 | 7 | 114 | 54 | 3B |
| Octal | 250 | 75 | 356 | 35 | 112 | 0 | 7 | 424 | 124 | 73 |
| Binary | 10101000 | 111101 | 11101110 | 11101 | 1001010 | 0 | 111 | 100010100 | 1010100 | 111011 |
Color Harmonies of #A83DEE
Complementary color
Monochromatic Colors of #A83DEE
Black with #A83DEE
Text Example
Text Example
White with #A83DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DEE; }
p { color: rgb(168,61,238); }
H1.HeaderClassName
{
color: #A83DEE;
}
.AnyTagClassName
{
color: #A83DEE;
}
</style>
background-color css
<style>
a { background-color: #A83DEE; }
a { background-color: rgb(168,61,238); }
div.DivClassName
{
background-color: #A83DEE;
}
.BgClassName
{
background-color: #A83DEE;
}
</style>
border-color css
<style>
span { border-color: #A83DEE; }
span { border-color: rgb(168,61,238); }
td.TdClassName
{
border-color: #A83DEE;
}
.TagClassName
{
border-color: #A83DEE;
}
</style>