Shades of Blue Violet #A235E6
Tints of Blue Violet #A235E6
RGB
CMYK
RGB Variations
Color information
#A235E6 (or 0xA235E6) is known color: Blue Violet. HEX triplet: A2, 35 and E6. RGB value is (162,53,230). Sum of RGB (Red+Green+Blue) = 162+53+230=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #A235E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A235E6 is #5DCA19. Grayscale: #696969. Windows color (decimal): -6146586 or 15087010. OLE color: 15087010.
HSL color Cylindrical-coordinate representation of color #A235E6: hue angle of 276.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A235E6 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 53 | 230 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.10 |
| HSL | 276.95º | 0.78% | 0.55% | - |
| HSV(B) | 276.95º | 0.77% | 0.9% | - |
| XYZ | 30.46 | 15.94 | 76.33 | - |
| YUV | 105.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 53 | 230 | 0.30 | 0.77 | 0 | 0.10 | 276.95 | 0.78 | 0.55 |
| Hex | A2 | 35 | E6 | 1E | 4D | 0 | A | 115 | 4E | 37 |
| Octal | 242 | 65 | 346 | 36 | 115 | 0 | 12 | 425 | 116 | 67 |
| Binary | 10100010 | 110101 | 11100110 | 11110 | 1001101 | 0 | 1010 | 100010101 | 1001110 | 110111 |
Color Harmonies of #A235E6
Complementary color
Monochromatic Colors of #A235E6
Black with #A235E6
Text Example
Text Example
White with #A235E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A235E6; }
p { color: rgb(162,53,230); }
H1.HeaderClassName
{
color: #A235E6;
}
.AnyTagClassName
{
color: #A235E6;
}
</style>
background-color css
<style>
a { background-color: #A235E6; }
a { background-color: rgb(162,53,230); }
div.DivClassName
{
background-color: #A235E6;
}
.BgClassName
{
background-color: #A235E6;
}
</style>
border-color css
<style>
span { border-color: #A235E6; }
span { border-color: rgb(162,53,230); }
td.TdClassName
{
border-color: #A235E6;
}
.TagClassName
{
border-color: #A235E6;
}
</style>