Shades of Blue Violet #A13DED
Tints of Blue Violet #A13DED
RGB
CMYK
RGB Variations
Color information
#A13DED (or 0xA13DED) is known color: Blue Violet. HEX triplet: A1, 3D and ED. RGB value is (161,61,237). Sum of RGB (Red+Green+Blue) = 161+61+237=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A13DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13DED is #5EC212. Grayscale: #6E6E6E. Windows color (decimal): -6210067 or 15547809. OLE color: 15547809.
HSL color Cylindrical-coordinate representation of color #A13DED: hue angle of 274.09º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13DED is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 61 | 237 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 274.09º | 0.83% | 0.58% | - |
| HSV(B) | 274.09º | 0.74% | 0.93% | - |
| XYZ | 31.65 | 17.03 | 81.74 | - |
| YUV | 110.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 237 | 0.32 | 0.74 | 0 | 0.07 | 274.09 | 0.83 | 0.58 |
| Hex | A1 | 3D | ED | 20 | 4A | 0 | 7 | 112 | 53 | 3A |
| Octal | 241 | 75 | 355 | 40 | 112 | 0 | 7 | 422 | 123 | 72 |
| Binary | 10100001 | 111101 | 11101101 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010011 | 111010 |
Color Harmonies of #A13DED
Complementary color
Monochromatic Colors of #A13DED
Black with #A13DED
Text Example
Text Example
White with #A13DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DED; }
p { color: rgb(161,61,237); }
H1.HeaderClassName
{
color: #A13DED;
}
.AnyTagClassName
{
color: #A13DED;
}
</style>
background-color css
<style>
a { background-color: #A13DED; }
a { background-color: rgb(161,61,237); }
div.DivClassName
{
background-color: #A13DED;
}
.BgClassName
{
background-color: #A13DED;
}
</style>
border-color css
<style>
span { border-color: #A13DED; }
span { border-color: rgb(161,61,237); }
td.TdClassName
{
border-color: #A13DED;
}
.TagClassName
{
border-color: #A13DED;
}
</style>