Shades of Blue Violet #A23EEE
Tints of Blue Violet #A23EEE
RGB
CMYK
RGB Variations
Color information
#A23EEE (or 0xA23EEE) is known color: Blue Violet. HEX triplet: A2, 3E and EE. RGB value is (162,62,238). Sum of RGB (Red+Green+Blue) = 162+62+238=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #A23EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EEE is #5DC111. Grayscale: #6F6F6F. Windows color (decimal): -6144274 or 15613602. OLE color: 15613602.
HSL color Cylindrical-coordinate representation of color #A23EEE: hue angle of 274.09º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23EEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 62 | 238 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 274.09º | 0.84% | 0.59% | - |
| HSV(B) | 274.09º | 0.74% | 0.93% | - |
| XYZ | 32.06 | 17.3 | 82.54 | - |
| YUV | 111.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 238 | 0.32 | 0.74 | 0 | 0.07 | 274.09 | 0.84 | 0.59 |
| Hex | A2 | 3E | EE | 20 | 4A | 0 | 7 | 112 | 54 | 3B |
| Octal | 242 | 76 | 356 | 40 | 112 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100010 | 111110 | 11101110 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A23EEE
Complementary color
Monochromatic Colors of #A23EEE
Black with #A23EEE
Text Example
Text Example
White with #A23EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EEE; }
p { color: rgb(162,62,238); }
H1.HeaderClassName
{
color: #A23EEE;
}
.AnyTagClassName
{
color: #A23EEE;
}
</style>
background-color css
<style>
a { background-color: #A23EEE; }
a { background-color: rgb(162,62,238); }
div.DivClassName
{
background-color: #A23EEE;
}
.BgClassName
{
background-color: #A23EEE;
}
</style>
border-color css
<style>
span { border-color: #A23EEE; }
span { border-color: rgb(162,62,238); }
td.TdClassName
{
border-color: #A23EEE;
}
.TagClassName
{
border-color: #A23EEE;
}
</style>