Shades of Blue Violet #A93DED
Tints of Blue Violet #A93DED
RGB
CMYK
RGB Variations
Color information
#A93DED (or 0xA93DED) is known color: Blue Violet. HEX triplet: A9, 3D and ED. RGB value is (169,61,237). Sum of RGB (Red+Green+Blue) = 169+61+237=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #A93DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93DED is #56C212. Grayscale: #707070. Windows color (decimal): -5685779 or 15547817. OLE color: 15547817.
HSL color Cylindrical-coordinate representation of color #A93DED: hue angle of 276.82º 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 #A93DED is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 61 | 237 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.07 |
| HSL | 276.82º | 0.83% | 0.58% | - |
| HSV(B) | 276.82º | 0.74% | 0.93% | - |
| XYZ | 33.32 | 17.89 | 81.82 | - |
| YUV | 113.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 237 | 0.29 | 0.74 | 0 | 0.07 | 276.82 | 0.83 | 0.58 |
| Hex | A9 | 3D | ED | 1D | 4A | 0 | 7 | 115 | 53 | 3A |
| Octal | 251 | 75 | 355 | 35 | 112 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101001 | 111101 | 11101101 | 11101 | 1001010 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #A93DED
Complementary color
Monochromatic Colors of #A93DED
Black with #A93DED
Text Example
Text Example
White with #A93DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DED; }
p { color: rgb(169,61,237); }
H1.HeaderClassName
{
color: #A93DED;
}
.AnyTagClassName
{
color: #A93DED;
}
</style>
background-color css
<style>
a { background-color: #A93DED; }
a { background-color: rgb(169,61,237); }
div.DivClassName
{
background-color: #A93DED;
}
.BgClassName
{
background-color: #A93DED;
}
</style>
border-color css
<style>
span { border-color: #A93DED; }
span { border-color: rgb(169,61,237); }
td.TdClassName
{
border-color: #A93DED;
}
.TagClassName
{
border-color: #A93DED;
}
</style>