Shades of Blue Violet #A33FEE
Tints of Blue Violet #A33FEE
RGB
CMYK
RGB Variations
Color information
#A33FEE (or 0xA33FEE) is known color: Blue Violet. HEX triplet: A3, 3F and EE. RGB value is (163,63,238). Sum of RGB (Red+Green+Blue) = 163+63+238=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #A33FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FEE is #5CC011. Grayscale: #707070. Windows color (decimal): -6078482 or 15613859. OLE color: 15613859.
HSL color Cylindrical-coordinate representation of color #A33FEE: hue angle of 274.29º 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 #A33FEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 63 | 238 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 274.29º | 0.84% | 0.59% | - |
| HSV(B) | 274.29º | 0.74% | 0.93% | - |
| XYZ | 32.31 | 17.51 | 82.57 | - |
| YUV | 112.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 238 | 0.32 | 0.74 | 0 | 0.07 | 274.29 | 0.84 | 0.59 |
| Hex | A3 | 3F | EE | 20 | 4A | 0 | 7 | 112 | 54 | 3B |
| Octal | 243 | 77 | 356 | 40 | 112 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100011 | 111111 | 11101110 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A33FEE
Complementary color
Monochromatic Colors of #A33FEE
Black with #A33FEE
Text Example
Text Example
White with #A33FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FEE; }
p { color: rgb(163,63,238); }
H1.HeaderClassName
{
color: #A33FEE;
}
.AnyTagClassName
{
color: #A33FEE;
}
</style>
background-color css
<style>
a { background-color: #A33FEE; }
a { background-color: rgb(163,63,238); }
div.DivClassName
{
background-color: #A33FEE;
}
.BgClassName
{
background-color: #A33FEE;
}
</style>
border-color css
<style>
span { border-color: #A33FEE; }
span { border-color: rgb(163,63,238); }
td.TdClassName
{
border-color: #A33FEE;
}
.TagClassName
{
border-color: #A33FEE;
}
</style>