Shades of Blue Violet #A236FE
Tints of Blue Violet #A236FE
RGB
CMYK
RGB Variations
Color information
#A236FE (or 0xA236FE) is known color: Blue Violet. HEX triplet: A2, 36 and FE. RGB value is (162,54,254). Sum of RGB (Red+Green+Blue) = 162+54+254=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #A236FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A236FE is #5DC901. Grayscale: #6C6C6C. Windows color (decimal): -6146306 or 16660130. OLE color: 16660130.
HSL color Cylindrical-coordinate representation of color #A236FE: hue angle of 272.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A236FE is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 54 | 254 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.00 |
| HSL | 272.4º | 0.99% | 0.6% | - |
| HSV(B) | 272.4º | 0.79% | 1% | - |
| XYZ | 34.11 | 17.48 | 95.34 | - |
| YUV | 109.09 | 209.78 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 254 | 0.36 | 0.79 | 0 | 0.00 | 272.4 | 0.99 | 0.6 |
| Hex | A2 | 36 | FE | 24 | 4F | 0 | 0 | 110 | 63 | 3C |
| Octal | 242 | 66 | 376 | 44 | 117 | 0 | 0 | 420 | 143 | 74 |
| Binary | 10100010 | 110110 | 11111110 | 100100 | 1001111 | 0 | 0 | 100010000 | 1100011 | 111100 |
Color Harmonies of #A236FE
Complementary color
Monochromatic Colors of #A236FE
Black with #A236FE
Text Example
Text Example
White with #A236FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236FE; }
p { color: rgb(162,54,254); }
H1.HeaderClassName
{
color: #A236FE;
}
.AnyTagClassName
{
color: #A236FE;
}
</style>
background-color css
<style>
a { background-color: #A236FE; }
a { background-color: rgb(162,54,254); }
div.DivClassName
{
background-color: #A236FE;
}
.BgClassName
{
background-color: #A236FE;
}
</style>
border-color css
<style>
span { border-color: #A236FE; }
span { border-color: rgb(162,54,254); }
td.TdClassName
{
border-color: #A236FE;
}
.TagClassName
{
border-color: #A236FE;
}
</style>