Shades of Blue Violet #A125FF
Tints of Blue Violet #A125FF
RGB
CMYK
RGB Variations
Color information
#A125FF (or 0xA125FF) is known color: Blue Violet. HEX triplet: A1, 25 and FF. RGB value is (161,37,255). Sum of RGB (Red+Green+Blue) = 161+37+255=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A125FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A125FF is #5EDA00. Grayscale: #626262. Windows color (decimal): -6216193 or 16721313. OLE color: 16721313.
HSL color Cylindrical-coordinate representation of color #A125FF: hue angle of 274.13º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A125FF is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 37 | 255 | - |
| CMYK | 0.37 | 0.85 | 0 | 0 |
| HSL | 274.13º | 1% | 0.57% | - |
| HSV(B) | 274.13º | 0.85% | 1% | - |
| XYZ | 33.41 | 16.12 | 95.96 | - |
| YUV | 98.93 | 216.08 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 255 | 0.37 | 0.85 | 0 | 0 | 274.13 | 1 | 0.57 |
| Hex | A1 | 25 | FF | 25 | 55 | 0 | 0 | 112 | 64 | 39 |
| Octal | 241 | 45 | 377 | 45 | 125 | 0 | 0 | 422 | 144 | 71 |
| Binary | 10100001 | 100101 | 11111111 | 100101 | 1010101 | 0 | 0 | 100010010 | 1100100 | 111001 |
Color Harmonies of #A125FF
Complementary color
Monochromatic Colors of #A125FF
Black with #A125FF
Text Example
Text Example
White with #A125FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125FF; }
p { color: rgb(161,37,255); }
H1.HeaderClassName
{
color: #A125FF;
}
.AnyTagClassName
{
color: #A125FF;
}
</style>
background-color css
<style>
a { background-color: #A125FF; }
a { background-color: rgb(161,37,255); }
div.DivClassName
{
background-color: #A125FF;
}
.BgClassName
{
background-color: #A125FF;
}
</style>
border-color css
<style>
span { border-color: #A125FF; }
span { border-color: rgb(161,37,255); }
td.TdClassName
{
border-color: #A125FF;
}
.TagClassName
{
border-color: #A125FF;
}
</style>