Shades of Blue Violet #A232FA
Tints of Blue Violet #A232FA
RGB
CMYK
RGB Variations
Color information
#A232FA (or 0xA232FA) is known color: Blue Violet. HEX triplet: A2, 32 and FA. RGB value is (162,50,250). Sum of RGB (Red+Green+Blue) = 162+50+250=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #A232FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A232FA is #5DCD05. Grayscale: #696969. Windows color (decimal): -6147334 or 16396962. OLE color: 16396962.
HSL color Cylindrical-coordinate representation of color #A232FA: hue angle of 273.6º 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 #A232FA is Cyan = 0.35, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 50 | 250 | - |
| CMYK | 0.35 | 0.8 | 0 | 0.02 |
| HSL | 273.6º | 0.95% | 0.59% | - |
| HSV(B) | 273.6º | 0.8% | 0.98% | - |
| XYZ | 33.3 | 16.86 | 91.94 | - |
| YUV | 106.29 | 209.11 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 250 | 0.35 | 0.8 | 0 | 0.02 | 273.6 | 0.95 | 0.59 |
| Hex | A2 | 32 | FA | 23 | 50 | 0 | 2 | 112 | 5F | 3B |
| Octal | 242 | 62 | 372 | 43 | 120 | 0 | 2 | 422 | 137 | 73 |
| Binary | 10100010 | 110010 | 11111010 | 100011 | 1010000 | 0 | 10 | 100010010 | 1011111 | 111011 |
Color Harmonies of #A232FA
Complementary color
Monochromatic Colors of #A232FA
Black with #A232FA
Text Example
Text Example
White with #A232FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232FA; }
p { color: rgb(162,50,250); }
H1.HeaderClassName
{
color: #A232FA;
}
.AnyTagClassName
{
color: #A232FA;
}
</style>
background-color css
<style>
a { background-color: #A232FA; }
a { background-color: rgb(162,50,250); }
div.DivClassName
{
background-color: #A232FA;
}
.BgClassName
{
background-color: #A232FA;
}
</style>
border-color css
<style>
span { border-color: #A232FA; }
span { border-color: rgb(162,50,250); }
td.TdClassName
{
border-color: #A232FA;
}
.TagClassName
{
border-color: #A232FA;
}
</style>