Shades of Blue Violet #A238FE
Tints of Blue Violet #A238FE
RGB
CMYK
RGB Variations
Color information
#A238FE (or 0xA238FE) is known color: Blue Violet. HEX triplet: A2, 38 and FE. RGB value is (162,56,254). Sum of RGB (Red+Green+Blue) = 162+56+254=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #A238FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A238FE is #5DC701. Grayscale: #6D6D6D. Windows color (decimal): -6145794 or 16660642. OLE color: 16660642.
HSL color Cylindrical-coordinate representation of color #A238FE: hue angle of 272.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A238FE is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 56 | 254 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.00 |
| HSL | 272.12º | 0.99% | 0.61% | - |
| HSV(B) | 272.12º | 0.78% | 1% | - |
| XYZ | 34.2 | 17.67 | 95.37 | - |
| YUV | 110.27 | 209.12 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 254 | 0.36 | 0.78 | 0 | 0.00 | 272.12 | 0.99 | 0.61 |
| Hex | A2 | 38 | FE | 24 | 4E | 0 | 0 | 110 | 63 | 3D |
| Octal | 242 | 70 | 376 | 44 | 116 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100010 | 111000 | 11111110 | 100100 | 1001110 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A238FE
Complementary color
Monochromatic Colors of #A238FE
Black with #A238FE
Text Example
Text Example
White with #A238FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238FE; }
p { color: rgb(162,56,254); }
H1.HeaderClassName
{
color: #A238FE;
}
.AnyTagClassName
{
color: #A238FE;
}
</style>
background-color css
<style>
a { background-color: #A238FE; }
a { background-color: rgb(162,56,254); }
div.DivClassName
{
background-color: #A238FE;
}
.BgClassName
{
background-color: #A238FE;
}
</style>
border-color css
<style>
span { border-color: #A238FE; }
span { border-color: rgb(162,56,254); }
td.TdClassName
{
border-color: #A238FE;
}
.TagClassName
{
border-color: #A238FE;
}
</style>