Shades of Blue Violet #A238EB
Tints of Blue Violet #A238EB
RGB
CMYK
RGB Variations
Color information
#A238EB (or 0xA238EB) is known color: Blue Violet. HEX triplet: A2, 38 and EB. RGB value is (162,56,235). Sum of RGB (Red+Green+Blue) = 162+56+235=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #A238EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A238EB is #5DC714. Grayscale: #6B6B6B. Windows color (decimal): -6145813 or 15415458. OLE color: 15415458.
HSL color Cylindrical-coordinate representation of color #A238EB: hue angle of 275.53º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A238EB is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 56 | 235 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.08 |
| HSL | 275.53º | 0.82% | 0.57% | - |
| HSV(B) | 275.53º | 0.76% | 0.92% | - |
| XYZ | 31.31 | 16.51 | 80.13 | - |
| YUV | 108.1 | 199.62 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 235 | 0.31 | 0.76 | 0 | 0.08 | 275.53 | 0.82 | 0.57 |
| Hex | A2 | 38 | EB | 1F | 4C | 0 | 8 | 114 | 52 | 39 |
| Octal | 242 | 70 | 353 | 37 | 114 | 0 | 10 | 424 | 122 | 71 |
| Binary | 10100010 | 111000 | 11101011 | 11111 | 1001100 | 0 | 1000 | 100010100 | 1010010 | 111001 |
Color Harmonies of #A238EB
Complementary color
Monochromatic Colors of #A238EB
Black with #A238EB
Text Example
Text Example
White with #A238EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A238EB; }
p { color: rgb(162,56,235); }
H1.HeaderClassName
{
color: #A238EB;
}
.AnyTagClassName
{
color: #A238EB;
}
</style>
background-color css
<style>
a { background-color: #A238EB; }
a { background-color: rgb(162,56,235); }
div.DivClassName
{
background-color: #A238EB;
}
.BgClassName
{
background-color: #A238EB;
}
</style>
border-color css
<style>
span { border-color: #A238EB; }
span { border-color: rgb(162,56,235); }
td.TdClassName
{
border-color: #A238EB;
}
.TagClassName
{
border-color: #A238EB;
}
</style>