Shades of Blue Violet #A436ED
Tints of Blue Violet #A436ED
RGB
CMYK
RGB Variations
Color information
#A436ED (or 0xA436ED) is known color: Blue Violet. HEX triplet: A4, 36 and ED. RGB value is (164,54,237). Sum of RGB (Red+Green+Blue) = 164+54+237=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #A436ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A436ED is #5BC912. Grayscale: #6B6B6B. Windows color (decimal): -6015251 or 15546020. OLE color: 15546020.
HSL color Cylindrical-coordinate representation of color #A436ED: hue angle of 276.07º 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 #A436ED is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 54 | 237 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.07 |
| HSL | 276.07º | 0.84% | 0.57% | - |
| HSV(B) | 276.07º | 0.77% | 0.93% | - |
| XYZ | 31.92 | 16.65 | 81.65 | - |
| YUV | 107.75 | 200.94 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 237 | 0.31 | 0.77 | 0 | 0.07 | 276.07 | 0.84 | 0.57 |
| Hex | A4 | 36 | ED | 1F | 4D | 0 | 7 | 114 | 54 | 39 |
| Octal | 244 | 66 | 355 | 37 | 115 | 0 | 7 | 424 | 124 | 71 |
| Binary | 10100100 | 110110 | 11101101 | 11111 | 1001101 | 0 | 111 | 100010100 | 1010100 | 111001 |
Color Harmonies of #A436ED
Complementary color
Monochromatic Colors of #A436ED
Black with #A436ED
Text Example
Text Example
White with #A436ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436ED; }
p { color: rgb(164,54,237); }
H1.HeaderClassName
{
color: #A436ED;
}
.AnyTagClassName
{
color: #A436ED;
}
</style>
background-color css
<style>
a { background-color: #A436ED; }
a { background-color: rgb(164,54,237); }
div.DivClassName
{
background-color: #A436ED;
}
.BgClassName
{
background-color: #A436ED;
}
</style>
border-color css
<style>
span { border-color: #A436ED; }
span { border-color: rgb(164,54,237); }
td.TdClassName
{
border-color: #A436ED;
}
.TagClassName
{
border-color: #A436ED;
}
</style>