Shades of Blue Violet #A92BED
Tints of Blue Violet #A92BED
RGB
CMYK
RGB Variations
Color information
#A92BED (or 0xA92BED) is known color: Blue Violet. HEX triplet: A9, 2B and ED. RGB value is (169,43,237). Sum of RGB (Red+Green+Blue) = 169+43+237=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #A92BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A92BED is #56D412. Grayscale: #666666. Windows color (decimal): -5690387 or 15543209. OLE color: 15543209.
HSL color Cylindrical-coordinate representation of color #A92BED: hue angle of 278.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A92BED is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 43 | 237 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.07 |
| HSL | 278.97º | 0.84% | 0.55% | - |
| HSV(B) | 278.97º | 0.82% | 0.93% | - |
| XYZ | 32.51 | 16.28 | 81.55 | - |
| YUV | 102.79 | 203.74 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 237 | 0.29 | 0.82 | 0 | 0.07 | 278.97 | 0.84 | 0.55 |
| Hex | A9 | 2B | ED | 1D | 52 | 0 | 7 | 117 | 54 | 37 |
| Octal | 251 | 53 | 355 | 35 | 122 | 0 | 7 | 427 | 124 | 67 |
| Binary | 10101001 | 101011 | 11101101 | 11101 | 1010010 | 0 | 111 | 100010111 | 1010100 | 110111 |
Color Harmonies of #A92BED
Complementary color
Monochromatic Colors of #A92BED
Black with #A92BED
Text Example
Text Example
White with #A92BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92BED; }
p { color: rgb(169,43,237); }
H1.HeaderClassName
{
color: #A92BED;
}
.AnyTagClassName
{
color: #A92BED;
}
</style>
background-color css
<style>
a { background-color: #A92BED; }
a { background-color: rgb(169,43,237); }
div.DivClassName
{
background-color: #A92BED;
}
.BgClassName
{
background-color: #A92BED;
}
</style>
border-color css
<style>
span { border-color: #A92BED; }
span { border-color: rgb(169,43,237); }
td.TdClassName
{
border-color: #A92BED;
}
.TagClassName
{
border-color: #A92BED;
}
</style>