Shades of Blue Violet #A92CED
Tints of Blue Violet #A92CED
RGB
CMYK
RGB Variations
Color information
#A92CED (or 0xA92CED) is known color: Blue Violet. HEX triplet: A9, 2C and ED. RGB value is (169,44,237). Sum of RGB (Red+Green+Blue) = 169+44+237=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #A92CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92CED is #56D312. Grayscale: #666666. Windows color (decimal): -5690131 or 15543465. OLE color: 15543465.
HSL color Cylindrical-coordinate representation of color #A92CED: hue angle of 278.86º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92CED is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 44 | 237 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.07 |
| HSL | 278.86º | 0.84% | 0.55% | - |
| HSV(B) | 278.86º | 0.81% | 0.93% | - |
| XYZ | 32.55 | 16.35 | 81.56 | - |
| YUV | 103.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 237 | 0.29 | 0.81 | 0 | 0.07 | 278.86 | 0.84 | 0.55 |
| Hex | A9 | 2C | ED | 1D | 51 | 0 | 7 | 117 | 54 | 37 |
| Octal | 251 | 54 | 355 | 35 | 121 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101001 | 101100 | 11101101 | 11101 | 1010001 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #A92CED
Complementary color
Monochromatic Colors of #A92CED
Black with #A92CED
Text Example
Text Example
White with #A92CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92CED; }
p { color: rgb(169,44,237); }
H1.HeaderClassName
{
color: #A92CED;
}
.AnyTagClassName
{
color: #A92CED;
}
</style>
background-color css
<style>
a { background-color: #A92CED; }
a { background-color: rgb(169,44,237); }
div.DivClassName
{
background-color: #A92CED;
}
.BgClassName
{
background-color: #A92CED;
}
</style>
border-color css
<style>
span { border-color: #A92CED; }
span { border-color: rgb(169,44,237); }
td.TdClassName
{
border-color: #A92CED;
}
.TagClassName
{
border-color: #A92CED;
}
</style>