Shades of Blue Violet #A633ED
Tints of Blue Violet #A633ED
RGB
CMYK
RGB Variations
Color information
#A633ED (or 0xA633ED) is known color: Blue Violet. HEX triplet: A6, 33 and ED. RGB value is (166,51,237). Sum of RGB (Red+Green+Blue) = 166+51+237=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #A633ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A633ED is #59CC12. Grayscale: #696969. Windows color (decimal): -5884947 or 15545254. OLE color: 15545254.
HSL color Cylindrical-coordinate representation of color #A633ED: hue angle of 277.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A633ED is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 51 | 237 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.07 |
| HSL | 277.1º | 0.84% | 0.56% | - |
| HSV(B) | 277.1º | 0.78% | 0.93% | - |
| XYZ | 32.2 | 16.59 | 81.63 | - |
| YUV | 106.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 237 | 0.30 | 0.78 | 0 | 0.07 | 277.1 | 0.84 | 0.56 |
| Hex | A6 | 33 | ED | 1E | 4E | 0 | 7 | 115 | 54 | 38 |
| Octal | 246 | 63 | 355 | 36 | 116 | 0 | 7 | 425 | 124 | 70 |
| Binary | 10100110 | 110011 | 11101101 | 11110 | 1001110 | 0 | 111 | 100010101 | 1010100 | 111000 |
Color Harmonies of #A633ED
Complementary color
Monochromatic Colors of #A633ED
Black with #A633ED
Text Example
Text Example
White with #A633ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A633ED; }
p { color: rgb(166,51,237); }
H1.HeaderClassName
{
color: #A633ED;
}
.AnyTagClassName
{
color: #A633ED;
}
</style>
background-color css
<style>
a { background-color: #A633ED; }
a { background-color: rgb(166,51,237); }
div.DivClassName
{
background-color: #A633ED;
}
.BgClassName
{
background-color: #A633ED;
}
</style>
border-color css
<style>
span { border-color: #A633ED; }
span { border-color: rgb(166,51,237); }
td.TdClassName
{
border-color: #A633ED;
}
.TagClassName
{
border-color: #A633ED;
}
</style>