Shades of Blue Violet #A231FF
Tints of Blue Violet #A231FF
RGB
CMYK
RGB Variations
Color information
#A231FF (or 0xA231FF) is known color: Blue Violet. HEX triplet: A2, 31 and FF. RGB value is (162,49,255). Sum of RGB (Red+Green+Blue) = 162+49+255=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #A231FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A231FF is #5DCE00. Grayscale: #696969. Windows color (decimal): -6147585 or 16724386. OLE color: 16724386.
HSL color Cylindrical-coordinate representation of color #A231FF: hue angle of 272.91º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A231FF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 49 | 255 | - |
| CMYK | 0.36 | 0.81 | 0 | 0 |
| HSL | 272.91º | 1% | 0.6% | - |
| HSV(B) | 272.91º | 0.81% | 1% | - |
| XYZ | 34.05 | 17.1 | 96.11 | - |
| YUV | 106.27 | 211.94 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 255 | 0.36 | 0.81 | 0 | 0 | 272.91 | 1 | 0.6 |
| Hex | A2 | 31 | FF | 24 | 51 | 0 | 0 | 111 | 64 | 3C |
| Octal | 242 | 61 | 377 | 44 | 121 | 0 | 0 | 421 | 144 | 74 |
| Binary | 10100010 | 110001 | 11111111 | 100100 | 1010001 | 0 | 0 | 100010001 | 1100100 | 111100 |
Color Harmonies of #A231FF
Complementary color
Monochromatic Colors of #A231FF
Black with #A231FF
Text Example
Text Example
White with #A231FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231FF; }
p { color: rgb(162,49,255); }
H1.HeaderClassName
{
color: #A231FF;
}
.AnyTagClassName
{
color: #A231FF;
}
</style>
background-color css
<style>
a { background-color: #A231FF; }
a { background-color: rgb(162,49,255); }
div.DivClassName
{
background-color: #A231FF;
}
.BgClassName
{
background-color: #A231FF;
}
</style>
border-color css
<style>
span { border-color: #A231FF; }
span { border-color: rgb(162,49,255); }
td.TdClassName
{
border-color: #A231FF;
}
.TagClassName
{
border-color: #A231FF;
}
</style>