Shades of Blue Violet #A23BF2
Tints of Blue Violet #A23BF2
RGB
CMYK
RGB Variations
Color information
#A23BF2 (or 0xA23BF2) is known color: Blue Violet. HEX triplet: A2, 3B and F2. RGB value is (162,59,242). Sum of RGB (Red+Green+Blue) = 162+59+242=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #A23BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23BF2 is #5DC40D. Grayscale: #6E6E6E. Windows color (decimal): -6145038 or 15874978. OLE color: 15874978.
HSL color Cylindrical-coordinate representation of color #A23BF2: hue angle of 273.77º degrees, saturation: 0.88, 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 #A23BF2 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 59 | 242 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.05 |
| HSL | 273.77º | 0.88% | 0.59% | - |
| HSV(B) | 273.77º | 0.76% | 0.95% | - |
| XYZ | 32.49 | 17.22 | 85.62 | - |
| YUV | 110.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 242 | 0.33 | 0.76 | 0 | 0.05 | 273.77 | 0.88 | 0.59 |
| Hex | A2 | 3B | F2 | 21 | 4C | 0 | 5 | 112 | 58 | 3B |
| Octal | 242 | 73 | 362 | 41 | 114 | 0 | 5 | 422 | 130 | 73 |
| Binary | 10100010 | 111011 | 11110010 | 100001 | 1001100 | 0 | 101 | 100010010 | 1011000 | 111011 |
Color Harmonies of #A23BF2
Complementary color
Monochromatic Colors of #A23BF2
Black with #A23BF2
Text Example
Text Example
White with #A23BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BF2; }
p { color: rgb(162,59,242); }
H1.HeaderClassName
{
color: #A23BF2;
}
.AnyTagClassName
{
color: #A23BF2;
}
</style>
background-color css
<style>
a { background-color: #A23BF2; }
a { background-color: rgb(162,59,242); }
div.DivClassName
{
background-color: #A23BF2;
}
.BgClassName
{
background-color: #A23BF2;
}
</style>
border-color css
<style>
span { border-color: #A23BF2; }
span { border-color: rgb(162,59,242); }
td.TdClassName
{
border-color: #A23BF2;
}
.TagClassName
{
border-color: #A23BF2;
}
</style>