Shades of Blue Violet #A639ED
Tints of Blue Violet #A639ED
RGB
CMYK
RGB Variations
Color information
#A639ED (or 0xA639ED) is known color: Blue Violet. HEX triplet: A6, 39 and ED. RGB value is (166,57,237). Sum of RGB (Red+Green+Blue) = 166+57+237=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A639ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A639ED is #59C612. Grayscale: #6D6D6D. Windows color (decimal): -5883411 or 15546790. OLE color: 15546790.
HSL color Cylindrical-coordinate representation of color #A639ED: hue angle of 276.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A639ED is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 57 | 237 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.07 |
| HSL | 276.33º | 0.83% | 0.58% | - |
| HSV(B) | 276.33º | 0.76% | 0.93% | - |
| XYZ | 32.48 | 17.15 | 81.72 | - |
| YUV | 110.11 | 199.61 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 237 | 0.30 | 0.76 | 0 | 0.07 | 276.33 | 0.83 | 0.58 |
| Hex | A6 | 39 | ED | 1E | 4C | 0 | 7 | 114 | 53 | 3A |
| Octal | 246 | 71 | 355 | 36 | 114 | 0 | 7 | 424 | 123 | 72 |
| Binary | 10100110 | 111001 | 11101101 | 11110 | 1001100 | 0 | 111 | 100010100 | 1010011 | 111010 |
Color Harmonies of #A639ED
Complementary color
Monochromatic Colors of #A639ED
Black with #A639ED
Text Example
Text Example
White with #A639ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639ED; }
p { color: rgb(166,57,237); }
H1.HeaderClassName
{
color: #A639ED;
}
.AnyTagClassName
{
color: #A639ED;
}
</style>
background-color css
<style>
a { background-color: #A639ED; }
a { background-color: rgb(166,57,237); }
div.DivClassName
{
background-color: #A639ED;
}
.BgClassName
{
background-color: #A639ED;
}
</style>
border-color css
<style>
span { border-color: #A639ED; }
span { border-color: rgb(166,57,237); }
td.TdClassName
{
border-color: #A639ED;
}
.TagClassName
{
border-color: #A639ED;
}
</style>