Shades of Blue Violet #A23CEA
Tints of Blue Violet #A23CEA
RGB
CMYK
RGB Variations
Color information
#A23CEA (or 0xA23CEA) is known color: Blue Violet. HEX triplet: A2, 3C and EA. RGB value is (162,60,234). Sum of RGB (Red+Green+Blue) = 162+60+234=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #A23CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CEA is #5DC315. Grayscale: #6D6D6D. Windows color (decimal): -6144790 or 15350946. OLE color: 15350946.
HSL color Cylindrical-coordinate representation of color #A23CEA: hue angle of 275.17º degrees, saturation: 0.81, 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 #A23CEA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 60 | 234 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.08 |
| HSL | 275.17º | 0.81% | 0.58% | - |
| HSV(B) | 275.17º | 0.74% | 0.92% | - |
| XYZ | 31.37 | 16.85 | 79.44 | - |
| YUV | 110.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 234 | 0.31 | 0.74 | 0 | 0.08 | 275.17 | 0.81 | 0.58 |
| Hex | A2 | 3C | EA | 1F | 4A | 0 | 8 | 113 | 51 | 3A |
| Octal | 242 | 74 | 352 | 37 | 112 | 0 | 10 | 423 | 121 | 72 |
| Binary | 10100010 | 111100 | 11101010 | 11111 | 1001010 | 0 | 1000 | 100010011 | 1010001 | 111010 |
Color Harmonies of #A23CEA
Complementary color
Monochromatic Colors of #A23CEA
Black with #A23CEA
Text Example
Text Example
White with #A23CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CEA; }
p { color: rgb(162,60,234); }
H1.HeaderClassName
{
color: #A23CEA;
}
.AnyTagClassName
{
color: #A23CEA;
}
</style>
background-color css
<style>
a { background-color: #A23CEA; }
a { background-color: rgb(162,60,234); }
div.DivClassName
{
background-color: #A23CEA;
}
.BgClassName
{
background-color: #A23CEA;
}
</style>
border-color css
<style>
span { border-color: #A23CEA; }
span { border-color: rgb(162,60,234); }
td.TdClassName
{
border-color: #A23CEA;
}
.TagClassName
{
border-color: #A23CEA;
}
</style>