Shades of Blue Violet #A53DED
Tints of Blue Violet #A53DED
RGB
CMYK
RGB Variations
Color information
#A53DED (or 0xA53DED) is known color: Blue Violet. HEX triplet: A5, 3D and ED. RGB value is (165,61,237). Sum of RGB (Red+Green+Blue) = 165+61+237=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #A53DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DED is #5AC212. Grayscale: #6F6F6F. Windows color (decimal): -5947923 or 15547813. OLE color: 15547813.
HSL color Cylindrical-coordinate representation of color #A53DED: hue angle of 275.45º 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 #A53DED is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 61 | 237 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.07 |
| HSL | 275.45º | 0.83% | 0.58% | - |
| HSV(B) | 275.45º | 0.74% | 0.93% | - |
| XYZ | 32.47 | 17.45 | 81.78 | - |
| YUV | 112.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 237 | 0.30 | 0.74 | 0 | 0.07 | 275.45 | 0.83 | 0.58 |
| Hex | A5 | 3D | ED | 1E | 4A | 0 | 7 | 113 | 53 | 3A |
| Octal | 245 | 75 | 355 | 36 | 112 | 0 | 7 | 423 | 123 | 72 |
| Binary | 10100101 | 111101 | 11101101 | 11110 | 1001010 | 0 | 111 | 100010011 | 1010011 | 111010 |
Color Harmonies of #A53DED
Complementary color
Monochromatic Colors of #A53DED
Black with #A53DED
Text Example
Text Example
White with #A53DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DED; }
p { color: rgb(165,61,237); }
H1.HeaderClassName
{
color: #A53DED;
}
.AnyTagClassName
{
color: #A53DED;
}
</style>
background-color css
<style>
a { background-color: #A53DED; }
a { background-color: rgb(165,61,237); }
div.DivClassName
{
background-color: #A53DED;
}
.BgClassName
{
background-color: #A53DED;
}
</style>
border-color css
<style>
span { border-color: #A53DED; }
span { border-color: rgb(165,61,237); }
td.TdClassName
{
border-color: #A53DED;
}
.TagClassName
{
border-color: #A53DED;
}
</style>