Shades of Blue Violet #A623ED
Tints of Blue Violet #A623ED
RGB
CMYK
RGB Variations
Color information
#A623ED (or 0xA623ED) is known color: Blue Violet. HEX triplet: A6, 23 and ED. RGB value is (166,35,237). Sum of RGB (Red+Green+Blue) = 166+35+237=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A623ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A623ED is #59DC12. Grayscale: #606060. Windows color (decimal): -5889043 or 15541158. OLE color: 15541158.
HSL color Cylindrical-coordinate representation of color #A623ED: hue angle of 278.91º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A623ED is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 35 | 237 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.07 |
| HSL | 278.91º | 0.85% | 0.53% | - |
| HSV(B) | 278.91º | 0.85% | 0.93% | - |
| XYZ | 31.61 | 15.42 | 81.43 | - |
| YUV | 97.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 237 | 0.30 | 0.85 | 0 | 0.07 | 278.91 | 0.85 | 0.53 |
| Hex | A6 | 23 | ED | 1E | 55 | 0 | 7 | 117 | 55 | 35 |
| Octal | 246 | 43 | 355 | 36 | 125 | 0 | 7 | 427 | 125 | 65 |
| Binary | 10100110 | 100011 | 11101101 | 11110 | 1010101 | 0 | 111 | 100010111 | 1010101 | 110101 |
Color Harmonies of #A623ED
Complementary color
Monochromatic Colors of #A623ED
Black with #A623ED
Text Example
Text Example
White with #A623ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A623ED; }
p { color: rgb(166,35,237); }
H1.HeaderClassName
{
color: #A623ED;
}
.AnyTagClassName
{
color: #A623ED;
}
</style>
background-color css
<style>
a { background-color: #A623ED; }
a { background-color: rgb(166,35,237); }
div.DivClassName
{
background-color: #A623ED;
}
.BgClassName
{
background-color: #A623ED;
}
</style>
border-color css
<style>
span { border-color: #A623ED; }
span { border-color: rgb(166,35,237); }
td.TdClassName
{
border-color: #A623ED;
}
.TagClassName
{
border-color: #A623ED;
}
</style>