Shades of Blue Violet #A445ED
Tints of Blue Violet #A445ED
RGB
CMYK
RGB Variations
Color information
#A445ED (or 0xA445ED) is known color: Blue Violet. HEX triplet: A4, 45 and ED. RGB value is (164,69,237). Sum of RGB (Red+Green+Blue) = 164+69+237=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #A445ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A445ED is #5BBA12. Grayscale: #737373. Windows color (decimal): -6011411 or 15549860. OLE color: 15549860.
HSL color Cylindrical-coordinate representation of color #A445ED: hue angle of 273.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A445ED is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 69 | 237 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.07 |
| HSL | 273.93º | 0.82% | 0.6% | - |
| HSV(B) | 273.93º | 0.71% | 0.93% | - |
| XYZ | 32.72 | 18.26 | 81.92 | - |
| YUV | 116.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 237 | 0.31 | 0.71 | 0 | 0.07 | 273.93 | 0.82 | 0.6 |
| Hex | A4 | 45 | ED | 1F | 47 | 0 | 7 | 112 | 52 | 3C |
| Octal | 244 | 105 | 355 | 37 | 107 | 0 | 7 | 422 | 122 | 74 |
| Binary | 10100100 | 1000101 | 11101101 | 11111 | 1000111 | 0 | 111 | 100010010 | 1010010 | 111100 |
Color Harmonies of #A445ED
Complementary color
Monochromatic Colors of #A445ED
Black with #A445ED
Text Example
Text Example
White with #A445ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A445ED; }
p { color: rgb(164,69,237); }
H1.HeaderClassName
{
color: #A445ED;
}
.AnyTagClassName
{
color: #A445ED;
}
</style>
background-color css
<style>
a { background-color: #A445ED; }
a { background-color: rgb(164,69,237); }
div.DivClassName
{
background-color: #A445ED;
}
.BgClassName
{
background-color: #A445ED;
}
</style>
border-color css
<style>
span { border-color: #A445ED; }
span { border-color: rgb(164,69,237); }
td.TdClassName
{
border-color: #A445ED;
}
.TagClassName
{
border-color: #A445ED;
}
</style>