Shades of Blue Violet #A143EE
Tints of Blue Violet #A143EE
RGB
CMYK
RGB Variations
Color information
#A143EE (or 0xA143EE) is known color: Blue Violet. HEX triplet: A1, 43 and EE. RGB value is (161,67,238). Sum of RGB (Red+Green+Blue) = 161+67+238=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #A143EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143EE is #5EBC11. Grayscale: #727272. Windows color (decimal): -6208530 or 15614881. OLE color: 15614881.
HSL color Cylindrical-coordinate representation of color #A143EE: hue angle of 272.98º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A143EE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 67 | 238 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.07 |
| HSL | 272.98º | 0.83% | 0.6% | - |
| HSV(B) | 272.98º | 0.72% | 0.93% | - |
| XYZ | 32.14 | 17.76 | 82.62 | - |
| YUV | 114.6 | 197.64 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 238 | 0.32 | 0.72 | 0 | 0.07 | 272.98 | 0.83 | 0.6 |
| Hex | A1 | 43 | EE | 20 | 48 | 0 | 7 | 111 | 53 | 3C |
| Octal | 241 | 103 | 356 | 40 | 110 | 0 | 7 | 421 | 123 | 74 |
| Binary | 10100001 | 1000011 | 11101110 | 100000 | 1001000 | 0 | 111 | 100010001 | 1010011 | 111100 |
Color Harmonies of #A143EE
Complementary color
Monochromatic Colors of #A143EE
Black with #A143EE
Text Example
Text Example
White with #A143EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143EE; }
p { color: rgb(161,67,238); }
H1.HeaderClassName
{
color: #A143EE;
}
.AnyTagClassName
{
color: #A143EE;
}
</style>
background-color css
<style>
a { background-color: #A143EE; }
a { background-color: rgb(161,67,238); }
div.DivClassName
{
background-color: #A143EE;
}
.BgClassName
{
background-color: #A143EE;
}
</style>
border-color css
<style>
span { border-color: #A143EE; }
span { border-color: rgb(161,67,238); }
td.TdClassName
{
border-color: #A143EE;
}
.TagClassName
{
border-color: #A143EE;
}
</style>