Shades of Blue Violet #A33CED
Tints of Blue Violet #A33CED
RGB
CMYK
RGB Variations
Color information
#A33CED (or 0xA33CED) is known color: Blue Violet. HEX triplet: A3, 3C and ED. RGB value is (163,60,237). Sum of RGB (Red+Green+Blue) = 163+60+237=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A33CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33CED is #5CC312. Grayscale: #6E6E6E. Windows color (decimal): -6079251 or 15547555. OLE color: 15547555.
HSL color Cylindrical-coordinate representation of color #A33CED: hue angle of 274.92º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33CED is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 60 | 237 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.07 |
| HSL | 274.92º | 0.83% | 0.58% | - |
| HSV(B) | 274.92º | 0.75% | 0.93% | - |
| XYZ | 32.01 | 17.13 | 81.74 | - |
| YUV | 110.98 | 199.12 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 237 | 0.31 | 0.75 | 0 | 0.07 | 274.92 | 0.83 | 0.58 |
| Hex | A3 | 3C | ED | 1F | 4B | 0 | 7 | 113 | 53 | 3A |
| Octal | 243 | 74 | 355 | 37 | 113 | 0 | 7 | 423 | 123 | 72 |
| Binary | 10100011 | 111100 | 11101101 | 11111 | 1001011 | 0 | 111 | 100010011 | 1010011 | 111010 |
Color Harmonies of #A33CED
Complementary color
Monochromatic Colors of #A33CED
Black with #A33CED
Text Example
Text Example
White with #A33CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CED; }
p { color: rgb(163,60,237); }
H1.HeaderClassName
{
color: #A33CED;
}
.AnyTagClassName
{
color: #A33CED;
}
</style>
background-color css
<style>
a { background-color: #A33CED; }
a { background-color: rgb(163,60,237); }
div.DivClassName
{
background-color: #A33CED;
}
.BgClassName
{
background-color: #A33CED;
}
</style>
border-color css
<style>
span { border-color: #A33CED; }
span { border-color: rgb(163,60,237); }
td.TdClassName
{
border-color: #A33CED;
}
.TagClassName
{
border-color: #A33CED;
}
</style>