Shades of Blue Violet #A837ED
Tints of Blue Violet #A837ED
RGB
CMYK
RGB Variations
Color information
#A837ED (or 0xA837ED) is known color: Blue Violet. HEX triplet: A8, 37 and ED. RGB value is (168,55,237). Sum of RGB (Red+Green+Blue) = 168+55+237=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A837ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A837ED is #57C812. Grayscale: #6C6C6C. Windows color (decimal): -5752851 or 15546280. OLE color: 15546280.
HSL color Cylindrical-coordinate representation of color #A837ED: hue angle of 277.25º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A837ED is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 55 | 237 | - |
CMYK | 0.29 | 0.77 | 0 | 0.07 |
HSL | 277.25º | 0.83% | 0.57% | - |
HSV(B) | 277.25º | 0.77% | 0.93% | - |
XYZ | 32.8 | 17.17 | 81.71 | - |
YUV | 109.54 | 199.94 | 169.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 55 | 237 | 0.29 | 0.77 | 0 | 0.07 | 277.25 | 0.83 | 0.57 |
Hex | A8 | 37 | ED | 1D | 4D | 0 | 7 | 115 | 53 | 39 |
Octal | 250 | 67 | 355 | 35 | 115 | 0 | 7 | 425 | 123 | 71 |
Binary | 10101000 | 110111 | 11101101 | 11101 | 1001101 | 0 | 111 | 100010101 | 1010011 | 111001 |
Color Harmonies of #A837ED
Complementary color
Monochromatic Colors of #A837ED
Black with #A837ED
Text Example
Text Example
White with #A837ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A837ED; }
p { color: rgb(168,55,237); }
H1.HeaderClassName
{
color: #A837ED;
}
.AnyTagClassName
{
color: #A837ED;
}
</style>
background-color css
<style>
a { background-color: #A837ED; }
a { background-color: rgb(168,55,237); }
div.DivClassName
{
background-color: #A837ED;
}
.BgClassName
{
background-color: #A837ED;
}
</style>
border-color css
<style>
span { border-color: #A837ED; }
span { border-color: rgb(168,55,237); }
td.TdClassName
{
border-color: #A837ED;
}
.TagClassName
{
border-color: #A837ED;
}
</style>