Shades of Blue Violet #A13DEE
Tints of Blue Violet #A13DEE
RGB
CMYK
RGB Variations
Color information
#A13DEE (or 0xA13DEE) is known color: Blue Violet. HEX triplet: A1, 3D and EE. RGB value is (161,61,238). Sum of RGB (Red+Green+Blue) = 161+61+238=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #A13DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13DEE is #5EC211. Grayscale: #6E6E6E. Windows color (decimal): -6210066 or 15613345. OLE color: 15613345.
HSL color Cylindrical-coordinate representation of color #A13DEE: hue angle of 273.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13DEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 61 | 238 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 273.9º | 0.84% | 0.59% | - |
| HSV(B) | 273.9º | 0.74% | 0.93% | - |
| XYZ | 31.8 | 17.09 | 82.51 | - |
| YUV | 111.08 | 199.63 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 238 | 0.32 | 0.74 | 0 | 0.07 | 273.9 | 0.84 | 0.59 |
| Hex | A1 | 3D | EE | 20 | 4A | 0 | 7 | 112 | 54 | 3B |
| Octal | 241 | 75 | 356 | 40 | 112 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100001 | 111101 | 11101110 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A13DEE
Complementary color
Monochromatic Colors of #A13DEE
Black with #A13DEE
Text Example
Text Example
White with #A13DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DEE; }
p { color: rgb(161,61,238); }
H1.HeaderClassName
{
color: #A13DEE;
}
.AnyTagClassName
{
color: #A13DEE;
}
</style>
background-color css
<style>
a { background-color: #A13DEE; }
a { background-color: rgb(161,61,238); }
div.DivClassName
{
background-color: #A13DEE;
}
.BgClassName
{
background-color: #A13DEE;
}
</style>
border-color css
<style>
span { border-color: #A13DEE; }
span { border-color: rgb(161,61,238); }
td.TdClassName
{
border-color: #A13DEE;
}
.TagClassName
{
border-color: #A13DEE;
}
</style>