Shades of Blue Violet #A236F7
Tints of Blue Violet #A236F7
RGB
CMYK
RGB Variations
Color information
#A236F7 (or 0xA236F7) is known color: Blue Violet. HEX triplet: A2, 36 and F7. RGB value is (162,54,247). Sum of RGB (Red+Green+Blue) = 162+54+247=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #A236F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A236F7 is #5DC908. Grayscale: #6B6B6B. Windows color (decimal): -6146313 or 16201378. OLE color: 16201378.
HSL color Cylindrical-coordinate representation of color #A236F7: hue angle of 273.58º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A236F7 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 54 | 247 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.03 |
| HSL | 273.58º | 0.92% | 0.59% | - |
| HSV(B) | 273.58º | 0.78% | 0.97% | - |
| XYZ | 33.01 | 17.04 | 89.54 | - |
| YUV | 108.29 | 206.28 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 247 | 0.34 | 0.78 | 0 | 0.03 | 273.58 | 0.92 | 0.59 |
| Hex | A2 | 36 | F7 | 22 | 4E | 0 | 3 | 112 | 5C | 3B |
| Octal | 242 | 66 | 367 | 42 | 116 | 0 | 3 | 422 | 134 | 73 |
| Binary | 10100010 | 110110 | 11110111 | 100010 | 1001110 | 0 | 11 | 100010010 | 1011100 | 111011 |
Color Harmonies of #A236F7
Complementary color
Monochromatic Colors of #A236F7
Black with #A236F7
Text Example
Text Example
White with #A236F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236F7; }
p { color: rgb(162,54,247); }
H1.HeaderClassName
{
color: #A236F7;
}
.AnyTagClassName
{
color: #A236F7;
}
</style>
background-color css
<style>
a { background-color: #A236F7; }
a { background-color: rgb(162,54,247); }
div.DivClassName
{
background-color: #A236F7;
}
.BgClassName
{
background-color: #A236F7;
}
</style>
border-color css
<style>
span { border-color: #A236F7; }
span { border-color: rgb(162,54,247); }
td.TdClassName
{
border-color: #A236F7;
}
.TagClassName
{
border-color: #A236F7;
}
</style>