Shades of Blue Violet #A23AF1
Tints of Blue Violet #A23AF1
RGB
CMYK
RGB Variations
Color information
#A23AF1 (or 0xA23AF1) is known color: Blue Violet. HEX triplet: A2, 3A and F1. RGB value is (162,58,241). Sum of RGB (Red+Green+Blue) = 162+58+241=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #A23AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AF1 is #5DC50E. Grayscale: #6D6D6D. Windows color (decimal): -6145295 or 15809186. OLE color: 15809186.
HSL color Cylindrical-coordinate representation of color #A23AF1: hue angle of 274.1º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23AF1 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 58 | 241 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.05 |
| HSL | 274.1º | 0.87% | 0.59% | - |
| HSV(B) | 274.1º | 0.76% | 0.95% | - |
| XYZ | 32.29 | 17.06 | 84.81 | - |
| YUV | 109.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 241 | 0.33 | 0.76 | 0 | 0.05 | 274.1 | 0.87 | 0.59 |
| Hex | A2 | 3A | F1 | 21 | 4C | 0 | 5 | 112 | 57 | 3B |
| Octal | 242 | 72 | 361 | 41 | 114 | 0 | 5 | 422 | 127 | 73 |
| Binary | 10100010 | 111010 | 11110001 | 100001 | 1001100 | 0 | 101 | 100010010 | 1010111 | 111011 |
Color Harmonies of #A23AF1
Complementary color
Monochromatic Colors of #A23AF1
Black with #A23AF1
Text Example
Text Example
White with #A23AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AF1; }
p { color: rgb(162,58,241); }
H1.HeaderClassName
{
color: #A23AF1;
}
.AnyTagClassName
{
color: #A23AF1;
}
</style>
background-color css
<style>
a { background-color: #A23AF1; }
a { background-color: rgb(162,58,241); }
div.DivClassName
{
background-color: #A23AF1;
}
.BgClassName
{
background-color: #A23AF1;
}
</style>
border-color css
<style>
span { border-color: #A23AF1; }
span { border-color: rgb(162,58,241); }
td.TdClassName
{
border-color: #A23AF1;
}
.TagClassName
{
border-color: #A23AF1;
}
</style>