Shades of Blue Violet #A143E8
Tints of Blue Violet #A143E8
RGB
CMYK
RGB Variations
Color information
#A143E8 (or 0xA143E8) is known color: Blue Violet. HEX triplet: A1, 43 and E8. RGB value is (161,67,232). Sum of RGB (Red+Green+Blue) = 161+67+232=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #A143E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A143E8 is #5EBC17. Grayscale: #717171. Windows color (decimal): -6208536 or 15221665. OLE color: 15221665.
HSL color Cylindrical-coordinate representation of color #A143E8: hue angle of 274.18º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A143E8 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 67 | 232 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.09 |
| HSL | 274.18º | 0.78% | 0.59% | - |
| HSV(B) | 274.18º | 0.71% | 0.91% | - |
| XYZ | 31.27 | 17.42 | 78.06 | - |
| YUV | 113.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 232 | 0.31 | 0.71 | 0 | 0.09 | 274.18 | 0.78 | 0.59 |
| Hex | A1 | 43 | E8 | 1F | 47 | 0 | 9 | 112 | 4E | 3B |
| Octal | 241 | 103 | 350 | 37 | 107 | 0 | 11 | 422 | 116 | 73 |
| Binary | 10100001 | 1000011 | 11101000 | 11111 | 1000111 | 0 | 1001 | 100010010 | 1001110 | 111011 |
Color Harmonies of #A143E8
Complementary color
Monochromatic Colors of #A143E8
Black with #A143E8
Text Example
Text Example
White with #A143E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A143E8; }
p { color: rgb(161,67,232); }
H1.HeaderClassName
{
color: #A143E8;
}
.AnyTagClassName
{
color: #A143E8;
}
</style>
background-color css
<style>
a { background-color: #A143E8; }
a { background-color: rgb(161,67,232); }
div.DivClassName
{
background-color: #A143E8;
}
.BgClassName
{
background-color: #A143E8;
}
</style>
border-color css
<style>
span { border-color: #A143E8; }
span { border-color: rgb(161,67,232); }
td.TdClassName
{
border-color: #A143E8;
}
.TagClassName
{
border-color: #A143E8;
}
</style>