Shades of Blue Violet #A33EEE
Tints of Blue Violet #A33EEE
RGB
CMYK
RGB Variations
Color information
#A33EEE (or 0xA33EEE) is known color: Blue Violet. HEX triplet: A3, 3E and EE. RGB value is (163,62,238). Sum of RGB (Red+Green+Blue) = 163+62+238=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #A33EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33EEE is #5CC111. Grayscale: #6F6F6F. Windows color (decimal): -6078738 or 15613603. OLE color: 15613603.
HSL color Cylindrical-coordinate representation of color #A33EEE: hue angle of 274.43º 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 #A33EEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 62 | 238 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 274.43º | 0.84% | 0.59% | - |
| HSV(B) | 274.43º | 0.74% | 0.93% | - |
| XYZ | 32.26 | 17.4 | 82.55 | - |
| YUV | 112.26 | 198.96 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 238 | 0.32 | 0.74 | 0 | 0.07 | 274.43 | 0.84 | 0.59 |
| Hex | A3 | 3E | EE | 20 | 4A | 0 | 7 | 112 | 54 | 3B |
| Octal | 243 | 76 | 356 | 40 | 112 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100011 | 111110 | 11101110 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A33EEE
Complementary color
Monochromatic Colors of #A33EEE
Black with #A33EEE
Text Example
Text Example
White with #A33EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33EEE; }
p { color: rgb(163,62,238); }
H1.HeaderClassName
{
color: #A33EEE;
}
.AnyTagClassName
{
color: #A33EEE;
}
</style>
background-color css
<style>
a { background-color: #A33EEE; }
a { background-color: rgb(163,62,238); }
div.DivClassName
{
background-color: #A33EEE;
}
.BgClassName
{
background-color: #A33EEE;
}
</style>
border-color css
<style>
span { border-color: #A33EEE; }
span { border-color: rgb(163,62,238); }
td.TdClassName
{
border-color: #A33EEE;
}
.TagClassName
{
border-color: #A33EEE;
}
</style>