Shades of Blue Violet #A336ED
Tints of Blue Violet #A336ED
RGB
CMYK
RGB Variations
Color information
#A336ED (or 0xA336ED) is known color: Blue Violet. HEX triplet: A3, 36 and ED. RGB value is (163,54,237). Sum of RGB (Red+Green+Blue) = 163+54+237=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #A336ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A336ED is #5CC912. Grayscale: #6A6A6A. Windows color (decimal): -6080787 or 15546019. OLE color: 15546019.
HSL color Cylindrical-coordinate representation of color #A336ED: hue angle of 275.74º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A336ED is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 54 | 237 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.07 |
| HSL | 275.74º | 0.84% | 0.57% | - |
| HSV(B) | 275.74º | 0.77% | 0.93% | - |
| XYZ | 31.71 | 16.54 | 81.64 | - |
| YUV | 107.45 | 201.11 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 237 | 0.31 | 0.77 | 0 | 0.07 | 275.74 | 0.84 | 0.57 |
| Hex | A3 | 36 | ED | 1F | 4D | 0 | 7 | 114 | 54 | 39 |
| Octal | 243 | 66 | 355 | 37 | 115 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100011 | 110110 | 11101101 | 11111 | 1001101 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A336ED
Complementary color
Monochromatic Colors of #A336ED
Black with #A336ED
Text Example
Text Example
White with #A336ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A336ED; }
p { color: rgb(163,54,237); }
H1.HeaderClassName
{
color: #A336ED;
}
.AnyTagClassName
{
color: #A336ED;
}
</style>
background-color css
<style>
a { background-color: #A336ED; }
a { background-color: rgb(163,54,237); }
div.DivClassName
{
background-color: #A336ED;
}
.BgClassName
{
background-color: #A336ED;
}
</style>
border-color css
<style>
span { border-color: #A336ED; }
span { border-color: rgb(163,54,237); }
td.TdClassName
{
border-color: #A336ED;
}
.TagClassName
{
border-color: #A336ED;
}
</style>