Shades of Blue Violet #A13EEA
Tints of Blue Violet #A13EEA
RGB
CMYK
RGB Variations
Color information
#A13EEA (or 0xA13EEA) is known color: Blue Violet. HEX triplet: A1, 3E and EA. RGB value is (161,62,234). Sum of RGB (Red+Green+Blue) = 161+62+234=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #A13EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13EEA is #5EC115. Grayscale: #6E6E6E. Windows color (decimal): -6209814 or 15351457. OLE color: 15351457.
HSL color Cylindrical-coordinate representation of color #A13EEA: hue angle of 274.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13EEA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 62 | 234 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.08 |
| HSL | 274.53º | 0.8% | 0.58% | - |
| HSV(B) | 274.53º | 0.74% | 0.92% | - |
| XYZ | 31.27 | 16.96 | 79.47 | - |
| YUV | 111.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 234 | 0.31 | 0.74 | 0 | 0.08 | 274.53 | 0.8 | 0.58 |
| Hex | A1 | 3E | EA | 1F | 4A | 0 | 8 | 113 | 50 | 3A |
| Octal | 241 | 76 | 352 | 37 | 112 | 0 | 10 | 423 | 120 | 72 |
| Binary | 10100001 | 111110 | 11101010 | 11111 | 1001010 | 0 | 1000 | 100010011 | 1010000 | 111010 |
Color Harmonies of #A13EEA
Complementary color
Monochromatic Colors of #A13EEA
Black with #A13EEA
Text Example
Text Example
White with #A13EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EEA; }
p { color: rgb(161,62,234); }
H1.HeaderClassName
{
color: #A13EEA;
}
.AnyTagClassName
{
color: #A13EEA;
}
</style>
background-color css
<style>
a { background-color: #A13EEA; }
a { background-color: rgb(161,62,234); }
div.DivClassName
{
background-color: #A13EEA;
}
.BgClassName
{
background-color: #A13EEA;
}
</style>
border-color css
<style>
span { border-color: #A13EEA; }
span { border-color: rgb(161,62,234); }
td.TdClassName
{
border-color: #A13EEA;
}
.TagClassName
{
border-color: #A13EEA;
}
</style>