Shades of Blue Violet #A635ED
Tints of Blue Violet #A635ED
RGB
CMYK
RGB Variations
Color information
#A635ED (or 0xA635ED) is known color: Blue Violet. HEX triplet: A6, 35 and ED. RGB value is (166,53,237). Sum of RGB (Red+Green+Blue) = 166+53+237=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #A635ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A635ED is #59CA12. Grayscale: #6B6B6B. Windows color (decimal): -5884435 or 15545766. OLE color: 15545766.
HSL color Cylindrical-coordinate representation of color #A635ED: hue angle of 276.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A635ED is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 53 | 237 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.07 |
| HSL | 276.85º | 0.84% | 0.57% | - |
| HSV(B) | 276.85º | 0.78% | 0.93% | - |
| XYZ | 32.29 | 16.77 | 81.66 | - |
| YUV | 107.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 237 | 0.30 | 0.78 | 0 | 0.07 | 276.85 | 0.84 | 0.57 |
| Hex | A6 | 35 | ED | 1E | 4E | 0 | 7 | 115 | 54 | 39 |
| Octal | 246 | 65 | 355 | 36 | 116 | 0 | 7 | 425 | 124 | 71 |
| Binary | 10100110 | 110101 | 11101101 | 11110 | 1001110 | 0 | 111 | 100010101 | 1010100 | 111001 |
Color Harmonies of #A635ED
Complementary color
Monochromatic Colors of #A635ED
Black with #A635ED
Text Example
Text Example
White with #A635ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A635ED; }
p { color: rgb(166,53,237); }
H1.HeaderClassName
{
color: #A635ED;
}
.AnyTagClassName
{
color: #A635ED;
}
</style>
background-color css
<style>
a { background-color: #A635ED; }
a { background-color: rgb(166,53,237); }
div.DivClassName
{
background-color: #A635ED;
}
.BgClassName
{
background-color: #A635ED;
}
</style>
border-color css
<style>
span { border-color: #A635ED; }
span { border-color: rgb(166,53,237); }
td.TdClassName
{
border-color: #A635ED;
}
.TagClassName
{
border-color: #A635ED;
}
</style>