Shades of Blue Violet #A236ED
Tints of Blue Violet #A236ED
RGB
CMYK
RGB Variations
Color information
#A236ED (or 0xA236ED) is known color: Blue Violet. HEX triplet: A2, 36 and ED. RGB value is (162,54,237). Sum of RGB (Red+Green+Blue) = 162+54+237=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #A236ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A236ED is #5DC912. Grayscale: #6A6A6A. Windows color (decimal): -6146323 or 15546018. OLE color: 15546018.
HSL color Cylindrical-coordinate representation of color #A236ED: hue angle of 275.41º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A236ED is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 54 | 237 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.07 |
| HSL | 275.41º | 0.84% | 0.57% | - |
| HSV(B) | 275.41º | 0.77% | 0.93% | - |
| XYZ | 31.51 | 16.43 | 81.63 | - |
| YUV | 107.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 237 | 0.32 | 0.77 | 0 | 0.07 | 275.41 | 0.84 | 0.57 |
| Hex | A2 | 36 | ED | 20 | 4D | 0 | 7 | 113 | 54 | 39 |
| Octal | 242 | 66 | 355 | 40 | 115 | 0 | 7 | 423 | 124 | 71 |
| Binary | 10100010 | 110110 | 11101101 | 100000 | 1001101 | 0 | 111 | 100010011 | 1010100 | 111001 |
Color Harmonies of #A236ED
Complementary color
Monochromatic Colors of #A236ED
Black with #A236ED
Text Example
Text Example
White with #A236ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A236ED; }
p { color: rgb(162,54,237); }
H1.HeaderClassName
{
color: #A236ED;
}
.AnyTagClassName
{
color: #A236ED;
}
</style>
background-color css
<style>
a { background-color: #A236ED; }
a { background-color: rgb(162,54,237); }
div.DivClassName
{
background-color: #A236ED;
}
.BgClassName
{
background-color: #A236ED;
}
</style>
border-color css
<style>
span { border-color: #A236ED; }
span { border-color: rgb(162,54,237); }
td.TdClassName
{
border-color: #A236ED;
}
.TagClassName
{
border-color: #A236ED;
}
</style>