Shades of Blue Violet #A245ED
Tints of Blue Violet #A245ED
RGB
CMYK
RGB Variations
Color information
#A245ED (or 0xA245ED) is known color: Blue Violet. HEX triplet: A2, 45 and ED. RGB value is (162,69,237). Sum of RGB (Red+Green+Blue) = 162+69+237=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #A245ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A245ED is #5DBA12. Grayscale: #737373. Windows color (decimal): -6142483 or 15549858. OLE color: 15549858.
HSL color Cylindrical-coordinate representation of color #A245ED: hue angle of 273.21º 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 #A245ED is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 69 | 237 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.07 |
| HSL | 273.21º | 0.82% | 0.6% | - |
| HSV(B) | 273.21º | 0.71% | 0.93% | - |
| XYZ | 32.31 | 18.05 | 81.9 | - |
| YUV | 115.96 | 196.31 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 237 | 0.32 | 0.71 | 0 | 0.07 | 273.21 | 0.82 | 0.6 |
| Hex | A2 | 45 | ED | 20 | 47 | 0 | 7 | 111 | 52 | 3C |
| Octal | 242 | 105 | 355 | 40 | 107 | 0 | 7 | 421 | 122 | 74 |
| Binary | 10100010 | 1000101 | 11101101 | 100000 | 1000111 | 0 | 111 | 100010001 | 1010010 | 111100 |
Color Harmonies of #A245ED
Complementary color
Monochromatic Colors of #A245ED
Black with #A245ED
Text Example
Text Example
White with #A245ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A245ED; }
p { color: rgb(162,69,237); }
H1.HeaderClassName
{
color: #A245ED;
}
.AnyTagClassName
{
color: #A245ED;
}
</style>
background-color css
<style>
a { background-color: #A245ED; }
a { background-color: rgb(162,69,237); }
div.DivClassName
{
background-color: #A245ED;
}
.BgClassName
{
background-color: #A245ED;
}
</style>
border-color css
<style>
span { border-color: #A245ED; }
span { border-color: rgb(162,69,237); }
td.TdClassName
{
border-color: #A245ED;
}
.TagClassName
{
border-color: #A245ED;
}
</style>