Shades of Blue Violet #A137FA
Tints of Blue Violet #A137FA
RGB
CMYK
RGB Variations
Color information
#A137FA (or 0xA137FA) is known color: Blue Violet. HEX triplet: A1, 37 and FA. RGB value is (161,55,250). Sum of RGB (Red+Green+Blue) = 161+55+250=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #A137FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A137FA is #5EC805. Grayscale: #6C6C6C. Windows color (decimal): -6211590 or 16398241. OLE color: 16398241.
HSL color Cylindrical-coordinate representation of color #A137FA: hue angle of 272.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A137FA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 55 | 250 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.02 |
| HSL | 272.62º | 0.95% | 0.6% | - |
| HSV(B) | 272.62º | 0.78% | 0.98% | - |
| XYZ | 33.32 | 17.21 | 92.01 | - |
| YUV | 108.92 | 207.62 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 250 | 0.36 | 0.78 | 0 | 0.02 | 272.62 | 0.95 | 0.6 |
| Hex | A1 | 37 | FA | 24 | 4E | 0 | 2 | 111 | 5F | 3C |
| Octal | 241 | 67 | 372 | 44 | 116 | 0 | 2 | 421 | 137 | 74 |
| Binary | 10100001 | 110111 | 11111010 | 100100 | 1001110 | 0 | 10 | 100010001 | 1011111 | 111100 |
Color Harmonies of #A137FA
Complementary color
Monochromatic Colors of #A137FA
Black with #A137FA
Text Example
Text Example
White with #A137FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A137FA; }
p { color: rgb(161,55,250); }
H1.HeaderClassName
{
color: #A137FA;
}
.AnyTagClassName
{
color: #A137FA;
}
</style>
background-color css
<style>
a { background-color: #A137FA; }
a { background-color: rgb(161,55,250); }
div.DivClassName
{
background-color: #A137FA;
}
.BgClassName
{
background-color: #A137FA;
}
</style>
border-color css
<style>
span { border-color: #A137FA; }
span { border-color: rgb(161,55,250); }
td.TdClassName
{
border-color: #A137FA;
}
.TagClassName
{
border-color: #A137FA;
}
</style>