Shades of Blue Violet #A33BED
Tints of Blue Violet #A33BED
RGB
CMYK
RGB Variations
Color information
#A33BED (or 0xA33BED) is known color: Blue Violet. HEX triplet: A3, 3B and ED. RGB value is (163,59,237). Sum of RGB (Red+Green+Blue) = 163+59+237=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A33BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BED is #5CC412. Grayscale: #6D6D6D. Windows color (decimal): -6079507 or 15547299. OLE color: 15547299.
HSL color Cylindrical-coordinate representation of color #A33BED: hue angle of 275.06º 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 #A33BED is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 59 | 237 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.07 |
| HSL | 275.06º | 0.83% | 0.58% | - |
| HSV(B) | 275.06º | 0.75% | 0.93% | - |
| XYZ | 31.95 | 17.03 | 81.72 | - |
| YUV | 110.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 237 | 0.31 | 0.75 | 0 | 0.07 | 275.06 | 0.83 | 0.58 |
| Hex | A3 | 3B | ED | 1F | 4B | 0 | 7 | 113 | 53 | 3A |
| Octal | 243 | 73 | 355 | 37 | 113 | 0 | 7 | 423 | 123 | 72 |
| Binary | 10100011 | 111011 | 11101101 | 11111 | 1001011 | 0 | 111 | 100010011 | 1010011 | 111010 |
Color Harmonies of #A33BED
Complementary color
Monochromatic Colors of #A33BED
Black with #A33BED
Text Example
Text Example
White with #A33BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BED; }
p { color: rgb(163,59,237); }
H1.HeaderClassName
{
color: #A33BED;
}
.AnyTagClassName
{
color: #A33BED;
}
</style>
background-color css
<style>
a { background-color: #A33BED; }
a { background-color: rgb(163,59,237); }
div.DivClassName
{
background-color: #A33BED;
}
.BgClassName
{
background-color: #A33BED;
}
</style>
border-color css
<style>
span { border-color: #A33BED; }
span { border-color: rgb(163,59,237); }
td.TdClassName
{
border-color: #A33BED;
}
.TagClassName
{
border-color: #A33BED;
}
</style>