Shades of Blue Violet #A230FE
Tints of Blue Violet #A230FE
RGB
CMYK
RGB Variations
Color information
#A230FE (or 0xA230FE) is known color: Blue Violet. HEX triplet: A2, 30 and FE. RGB value is (162,48,254). Sum of RGB (Red+Green+Blue) = 162+48+254=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #A230FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A230FE is #5DCF01. Grayscale: #686868. Windows color (decimal): -6147842 or 16658594. OLE color: 16658594.
HSL color Cylindrical-coordinate representation of color #A230FE: hue angle of 273.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A230FE is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 48 | 254 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.00 |
| HSL | 273.2º | 0.99% | 0.59% | - |
| HSV(B) | 273.2º | 0.81% | 1% | - |
| XYZ | 33.85 | 16.95 | 95.25 | - |
| YUV | 105.57 | 211.77 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 254 | 0.36 | 0.81 | 0 | 0.00 | 273.2 | 0.99 | 0.59 |
| Hex | A2 | 30 | FE | 24 | 51 | 0 | 0 | 111 | 63 | 3B |
| Octal | 242 | 60 | 376 | 44 | 121 | 0 | 0 | 421 | 143 | 73 |
| Binary | 10100010 | 110000 | 11111110 | 100100 | 1010001 | 0 | 0 | 100010001 | 1100011 | 111011 |
Color Harmonies of #A230FE
Complementary color
Monochromatic Colors of #A230FE
Black with #A230FE
Text Example
Text Example
White with #A230FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A230FE; }
p { color: rgb(162,48,254); }
H1.HeaderClassName
{
color: #A230FE;
}
.AnyTagClassName
{
color: #A230FE;
}
</style>
background-color css
<style>
a { background-color: #A230FE; }
a { background-color: rgb(162,48,254); }
div.DivClassName
{
background-color: #A230FE;
}
.BgClassName
{
background-color: #A230FE;
}
</style>
border-color css
<style>
span { border-color: #A230FE; }
span { border-color: rgb(162,48,254); }
td.TdClassName
{
border-color: #A230FE;
}
.TagClassName
{
border-color: #A230FE;
}
</style>