Shades of Blue Violet #A630EE
Tints of Blue Violet #A630EE
RGB
CMYK
RGB Variations
Color information
#A630EE (or 0xA630EE) is known color: Blue Violet. HEX triplet: A6, 30 and EE. RGB value is (166,48,238). Sum of RGB (Red+Green+Blue) = 166+48+238=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #A630EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A630EE is #59CF11. Grayscale: #686868. Windows color (decimal): -5885714 or 15610022. OLE color: 15610022.
HSL color Cylindrical-coordinate representation of color #A630EE: hue angle of 277.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A630EE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 48 | 238 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.07 |
| HSL | 277.26º | 0.85% | 0.56% | - |
| HSV(B) | 277.26º | 0.8% | 0.93% | - |
| XYZ | 32.22 | 16.39 | 82.36 | - |
| YUV | 104.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 238 | 0.30 | 0.80 | 0 | 0.07 | 277.26 | 0.85 | 0.56 |
| Hex | A6 | 30 | EE | 1E | 50 | 0 | 7 | 115 | 55 | 38 |
| Octal | 246 | 60 | 356 | 36 | 120 | 0 | 7 | 425 | 125 | 70 |
| Binary | 10100110 | 110000 | 11101110 | 11110 | 1010000 | 0 | 111 | 100010101 | 1010101 | 111000 |
Color Harmonies of #A630EE
Complementary color
Monochromatic Colors of #A630EE
Black with #A630EE
Text Example
Text Example
White with #A630EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A630EE; }
p { color: rgb(166,48,238); }
H1.HeaderClassName
{
color: #A630EE;
}
.AnyTagClassName
{
color: #A630EE;
}
</style>
background-color css
<style>
a { background-color: #A630EE; }
a { background-color: rgb(166,48,238); }
div.DivClassName
{
background-color: #A630EE;
}
.BgClassName
{
background-color: #A630EE;
}
</style>
border-color css
<style>
span { border-color: #A630EE; }
span { border-color: rgb(166,48,238); }
td.TdClassName
{
border-color: #A630EE;
}
.TagClassName
{
border-color: #A630EE;
}
</style>