Shades of Blue Violet #A518EA
Tints of Blue Violet #A518EA
RGB
CMYK
RGB Variations
Color information
#A518EA (or 0xA518EA) is known color: Blue Violet. HEX triplet: A5, 18 and EA. RGB value is (165,24,234). Sum of RGB (Red+Green+Blue) = 165+24+234=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #A518EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A518EA is #5AE715. Grayscale: #595959. Windows color (decimal): -5957398 or 15341733. OLE color: 15341733.
HSL color Cylindrical-coordinate representation of color #A518EA: hue angle of 280.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A518EA is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 24 | 234 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.08 |
| HSL | 280.29º | 0.83% | 0.51% | - |
| HSV(B) | 280.29º | 0.9% | 0.92% | - |
| XYZ | 30.69 | 14.59 | 79.04 | - |
| YUV | 90.1 | 209.21 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 24 | 234 | 0.29 | 0.90 | 0 | 0.08 | 280.29 | 0.83 | 0.51 |
| Hex | A5 | 18 | EA | 1D | 5A | 0 | 8 | 118 | 53 | 33 |
| Octal | 245 | 30 | 352 | 35 | 132 | 0 | 10 | 430 | 123 | 63 |
| Binary | 10100101 | 11000 | 11101010 | 11101 | 1011010 | 0 | 1000 | 100011000 | 1010011 | 110011 |
Color Harmonies of #A518EA
Complementary color
Monochromatic Colors of #A518EA
Black with #A518EA
Text Example
Text Example
White with #A518EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A518EA; }
p { color: rgb(165,24,234); }
H1.HeaderClassName
{
color: #A518EA;
}
.AnyTagClassName
{
color: #A518EA;
}
</style>
background-color css
<style>
a { background-color: #A518EA; }
a { background-color: rgb(165,24,234); }
div.DivClassName
{
background-color: #A518EA;
}
.BgClassName
{
background-color: #A518EA;
}
</style>
border-color css
<style>
span { border-color: #A518EA; }
span { border-color: rgb(165,24,234); }
td.TdClassName
{
border-color: #A518EA;
}
.TagClassName
{
border-color: #A518EA;
}
</style>