Shades of Blue Violet #A33DED
Tints of Blue Violet #A33DED
RGB
CMYK
RGB Variations
Color information
#A33DED (or 0xA33DED) is known color: Blue Violet. HEX triplet: A3, 3D and ED. RGB value is (163,61,237). Sum of RGB (Red+Green+Blue) = 163+61+237=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #A33DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33DED is #5CC212. Grayscale: #6E6E6E. Windows color (decimal): -6078995 or 15547811. OLE color: 15547811.
HSL color Cylindrical-coordinate representation of color #A33DED: hue angle of 274.77º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33DED is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 61 | 237 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.07 |
| HSL | 274.77º | 0.83% | 0.58% | - |
| HSV(B) | 274.77º | 0.74% | 0.93% | - |
| XYZ | 32.06 | 17.24 | 81.76 | - |
| YUV | 111.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 237 | 0.31 | 0.74 | 0 | 0.07 | 274.77 | 0.83 | 0.58 |
| Hex | A3 | 3D | ED | 1F | 4A | 0 | 7 | 113 | 53 | 3A |
| Octal | 243 | 75 | 355 | 37 | 112 | 0 | 7 | 423 | 123 | 72 |
| Binary | 10100011 | 111101 | 11101101 | 11111 | 1001010 | 0 | 111 | 100010011 | 1010011 | 111010 |
Color Harmonies of #A33DED
Complementary color
Monochromatic Colors of #A33DED
Black with #A33DED
Text Example
Text Example
White with #A33DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DED; }
p { color: rgb(163,61,237); }
H1.HeaderClassName
{
color: #A33DED;
}
.AnyTagClassName
{
color: #A33DED;
}
</style>
background-color css
<style>
a { background-color: #A33DED; }
a { background-color: rgb(163,61,237); }
div.DivClassName
{
background-color: #A33DED;
}
.BgClassName
{
background-color: #A33DED;
}
</style>
border-color css
<style>
span { border-color: #A33DED; }
span { border-color: rgb(163,61,237); }
td.TdClassName
{
border-color: #A33DED;
}
.TagClassName
{
border-color: #A33DED;
}
</style>