Shades of Blue Violet #A233FA
Tints of Blue Violet #A233FA
RGB
CMYK
RGB Variations
Color information
#A233FA (or 0xA233FA) is known color: Blue Violet. HEX triplet: A2, 33 and FA. RGB value is (162,51,250). Sum of RGB (Red+Green+Blue) = 162+51+250=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #A233FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A233FA is #5DCC05. Grayscale: #6A6A6A. Windows color (decimal): -6147078 or 16397218. OLE color: 16397218.
HSL color Cylindrical-coordinate representation of color #A233FA: hue angle of 273.47º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A233FA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 51 | 250 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.02 |
| HSL | 273.47º | 0.95% | 0.59% | - |
| HSV(B) | 273.47º | 0.8% | 0.98% | - |
| XYZ | 33.34 | 16.95 | 91.96 | - |
| YUV | 106.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 250 | 0.35 | 0.80 | 0 | 0.02 | 273.47 | 0.95 | 0.59 |
| Hex | A2 | 33 | FA | 23 | 50 | 0 | 2 | 111 | 5F | 3B |
| Octal | 242 | 63 | 372 | 43 | 120 | 0 | 2 | 421 | 137 | 73 |
| Binary | 10100010 | 110011 | 11111010 | 100011 | 1010000 | 0 | 10 | 100010001 | 1011111 | 111011 |
Color Harmonies of #A233FA
Complementary color
Monochromatic Colors of #A233FA
Black with #A233FA
Text Example
Text Example
White with #A233FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A233FA; }
p { color: rgb(162,51,250); }
H1.HeaderClassName
{
color: #A233FA;
}
.AnyTagClassName
{
color: #A233FA;
}
</style>
background-color css
<style>
a { background-color: #A233FA; }
a { background-color: rgb(162,51,250); }
div.DivClassName
{
background-color: #A233FA;
}
.BgClassName
{
background-color: #A233FA;
}
</style>
border-color css
<style>
span { border-color: #A233FA; }
span { border-color: rgb(162,51,250); }
td.TdClassName
{
border-color: #A233FA;
}
.TagClassName
{
border-color: #A233FA;
}
</style>