Shades of Blue Violet #A238F3
Tints of Blue Violet #A238F3
RGB
CMYK
RGB Variations
Color information
#A238F3 (or 0xA238F3) is known color: Blue Violet. HEX triplet: A2, 38 and F3. RGB value is (162,56,243). Sum of RGB (Red+Green+Blue) = 162+56+243=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #A238F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A238F3 is #5DC70C. Grayscale: #6C6C6C. Windows color (decimal): -6145805 or 15939746. OLE color: 15939746.
HSL color Cylindrical-coordinate representation of color #A238F3: hue angle of 274.01º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A238F3 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 56 | 243 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.05 |
| HSL | 274.01º | 0.89% | 0.59% | - |
| HSV(B) | 274.01º | 0.77% | 0.95% | - |
| XYZ | 32.49 | 16.98 | 86.36 | - |
| YUV | 109.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 243 | 0.33 | 0.77 | 0 | 0.05 | 274.01 | 0.89 | 0.59 |
| Hex | A2 | 38 | F3 | 21 | 4D | 0 | 5 | 112 | 59 | 3B |
| Octal | 242 | 70 | 363 | 41 | 115 | 0 | 5 | 422 | 131 | 73 |
| Binary | 10100010 | 111000 | 11110011 | 100001 | 1001101 | 0 | 101 | 100010010 | 1011001 | 111011 |
Color Harmonies of #A238F3
Complementary color
Monochromatic Colors of #A238F3
Black with #A238F3
Text Example
Text Example
White with #A238F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238F3; }
p { color: rgb(162,56,243); }
H1.HeaderClassName
{
color: #A238F3;
}
.AnyTagClassName
{
color: #A238F3;
}
</style>
background-color css
<style>
a { background-color: #A238F3; }
a { background-color: rgb(162,56,243); }
div.DivClassName
{
background-color: #A238F3;
}
.BgClassName
{
background-color: #A238F3;
}
</style>
border-color css
<style>
span { border-color: #A238F3; }
span { border-color: rgb(162,56,243); }
td.TdClassName
{
border-color: #A238F3;
}
.TagClassName
{
border-color: #A238F3;
}
</style>