Shades of Blue Violet #A53EEE
Tints of Blue Violet #A53EEE
RGB
CMYK
RGB Variations
Color information
#A53EEE (or 0xA53EEE) is known color: Blue Violet. HEX triplet: A5, 3E and EE. RGB value is (165,62,238). Sum of RGB (Red+Green+Blue) = 165+62+238=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #A53EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53EEE is #5AC111. Grayscale: #707070. Windows color (decimal): -5947666 or 15613605. OLE color: 15613605.
HSL color Cylindrical-coordinate representation of color #A53EEE: hue angle of 275.11º 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 #A53EEE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 62 | 238 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.07 |
| HSL | 275.11º | 0.84% | 0.59% | - |
| HSV(B) | 275.11º | 0.74% | 0.93% | - |
| XYZ | 32.67 | 17.62 | 82.57 | - |
| YUV | 112.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 238 | 0.31 | 0.74 | 0 | 0.07 | 275.11 | 0.84 | 0.59 |
| Hex | A5 | 3E | EE | 1F | 4A | 0 | 7 | 113 | 54 | 3B |
| Octal | 245 | 76 | 356 | 37 | 112 | 0 | 7 | 423 | 124 | 73 |
| Binary | 10100101 | 111110 | 11101110 | 11111 | 1001010 | 0 | 111 | 100010011 | 1010100 | 111011 |
Color Harmonies of #A53EEE
Complementary color
Monochromatic Colors of #A53EEE
Black with #A53EEE
Text Example
Text Example
White with #A53EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EEE; }
p { color: rgb(165,62,238); }
H1.HeaderClassName
{
color: #A53EEE;
}
.AnyTagClassName
{
color: #A53EEE;
}
</style>
background-color css
<style>
a { background-color: #A53EEE; }
a { background-color: rgb(165,62,238); }
div.DivClassName
{
background-color: #A53EEE;
}
.BgClassName
{
background-color: #A53EEE;
}
</style>
border-color css
<style>
span { border-color: #A53EEE; }
span { border-color: rgb(165,62,238); }
td.TdClassName
{
border-color: #A53EEE;
}
.TagClassName
{
border-color: #A53EEE;
}
</style>