Shades of Blue Violet #A23EEA
Tints of Blue Violet #A23EEA
RGB
CMYK
RGB Variations
Color information
#A23EEA (or 0xA23EEA) is known color: Blue Violet. HEX triplet: A2, 3E and EA. RGB value is (162,62,234). Sum of RGB (Red+Green+Blue) = 162+62+234=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #A23EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EEA is #5DC115. Grayscale: #6E6E6E. Windows color (decimal): -6144278 or 15351458. OLE color: 15351458.
HSL color Cylindrical-coordinate representation of color #A23EEA: hue angle of 274.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23EEA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 62 | 234 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.08 |
| HSL | 274.88º | 0.8% | 0.58% | - |
| HSV(B) | 274.88º | 0.74% | 0.92% | - |
| XYZ | 31.47 | 17.07 | 79.48 | - |
| YUV | 111.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 234 | 0.31 | 0.74 | 0 | 0.08 | 274.88 | 0.8 | 0.58 |
| Hex | A2 | 3E | EA | 1F | 4A | 0 | 8 | 113 | 50 | 3A |
| Octal | 242 | 76 | 352 | 37 | 112 | 0 | 10 | 423 | 120 | 72 |
| Binary | 10100010 | 111110 | 11101010 | 11111 | 1001010 | 0 | 1000 | 100010011 | 1010000 | 111010 |
Color Harmonies of #A23EEA
Complementary color
Monochromatic Colors of #A23EEA
Black with #A23EEA
Text Example
Text Example
White with #A23EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EEA; }
p { color: rgb(162,62,234); }
H1.HeaderClassName
{
color: #A23EEA;
}
.AnyTagClassName
{
color: #A23EEA;
}
</style>
background-color css
<style>
a { background-color: #A23EEA; }
a { background-color: rgb(162,62,234); }
div.DivClassName
{
background-color: #A23EEA;
}
.BgClassName
{
background-color: #A23EEA;
}
</style>
border-color css
<style>
span { border-color: #A23EEA; }
span { border-color: rgb(162,62,234); }
td.TdClassName
{
border-color: #A23EEA;
}
.TagClassName
{
border-color: #A23EEA;
}
</style>