Shades of Blue Violet #A234F8
Tints of Blue Violet #A234F8
RGB
CMYK
RGB Variations
Color information
#A234F8 (or 0xA234F8) is known color: Blue Violet. HEX triplet: A2, 34 and F8. RGB value is (162,52,248). Sum of RGB (Red+Green+Blue) = 162+52+248=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #A234F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A234F8 is #5DCB07. Grayscale: #6A6A6A. Windows color (decimal): -6146824 or 16266402. OLE color: 16266402.
HSL color Cylindrical-coordinate representation of color #A234F8: hue angle of 273.67º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A234F8 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 52 | 248 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.03 |
| HSL | 273.67º | 0.93% | 0.59% | - |
| HSV(B) | 273.67º | 0.79% | 0.97% | - |
| XYZ | 33.07 | 16.91 | 90.33 | - |
| YUV | 107.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 248 | 0.35 | 0.79 | 0 | 0.03 | 273.67 | 0.93 | 0.59 |
| Hex | A2 | 34 | F8 | 23 | 4F | 0 | 3 | 112 | 5D | 3B |
| Octal | 242 | 64 | 370 | 43 | 117 | 0 | 3 | 422 | 135 | 73 |
| Binary | 10100010 | 110100 | 11111000 | 100011 | 1001111 | 0 | 11 | 100010010 | 1011101 | 111011 |
Color Harmonies of #A234F8
Complementary color
Monochromatic Colors of #A234F8
Black with #A234F8
Text Example
Text Example
White with #A234F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234F8; }
p { color: rgb(162,52,248); }
H1.HeaderClassName
{
color: #A234F8;
}
.AnyTagClassName
{
color: #A234F8;
}
</style>
background-color css
<style>
a { background-color: #A234F8; }
a { background-color: rgb(162,52,248); }
div.DivClassName
{
background-color: #A234F8;
}
.BgClassName
{
background-color: #A234F8;
}
</style>
border-color css
<style>
span { border-color: #A234F8; }
span { border-color: rgb(162,52,248); }
td.TdClassName
{
border-color: #A234F8;
}
.TagClassName
{
border-color: #A234F8;
}
</style>