Shades of Blue Violet #A33EED
Tints of Blue Violet #A33EED
RGB
CMYK
RGB Variations
Color information
#A33EED (or 0xA33EED) is known color: Blue Violet. HEX triplet: A3, 3E and ED. RGB value is (163,62,237). Sum of RGB (Red+Green+Blue) = 163+62+237=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #A33EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33EED is #5CC112. Grayscale: #6F6F6F. Windows color (decimal): -6078739 or 15548067. OLE color: 15548067.
HSL color Cylindrical-coordinate representation of color #A33EED: hue angle of 274.63º degrees, saturation: 0.83, 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 #A33EED is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 62 | 237 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.07 |
| HSL | 274.63º | 0.83% | 0.59% | - |
| HSV(B) | 274.63º | 0.74% | 0.93% | - |
| XYZ | 32.11 | 17.35 | 81.78 | - |
| YUV | 112.15 | 198.46 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 237 | 0.31 | 0.74 | 0 | 0.07 | 274.63 | 0.83 | 0.59 |
| Hex | A3 | 3E | ED | 1F | 4A | 0 | 7 | 113 | 53 | 3B |
| Octal | 243 | 76 | 355 | 37 | 112 | 0 | 7 | 423 | 123 | 73 |
| Binary | 10100011 | 111110 | 11101101 | 11111 | 1001010 | 0 | 111 | 100010011 | 1010011 | 111011 |
Color Harmonies of #A33EED
Complementary color
Monochromatic Colors of #A33EED
Black with #A33EED
Text Example
Text Example
White with #A33EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33EED; }
p { color: rgb(163,62,237); }
H1.HeaderClassName
{
color: #A33EED;
}
.AnyTagClassName
{
color: #A33EED;
}
</style>
background-color css
<style>
a { background-color: #A33EED; }
a { background-color: rgb(163,62,237); }
div.DivClassName
{
background-color: #A33EED;
}
.BgClassName
{
background-color: #A33EED;
}
</style>
border-color css
<style>
span { border-color: #A33EED; }
span { border-color: rgb(163,62,237); }
td.TdClassName
{
border-color: #A33EED;
}
.TagClassName
{
border-color: #A33EED;
}
</style>