Shades of Blue Violet #A23FEE
Tints of Blue Violet #A23FEE
RGB
CMYK
RGB Variations
Color information
#A23FEE (or 0xA23FEE) is known color: Blue Violet. HEX triplet: A2, 3F and EE. RGB value is (162,63,238). Sum of RGB (Red+Green+Blue) = 162+63+238=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #A23FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23FEE is #5DC011. Grayscale: #6F6F6F. Windows color (decimal): -6144018 or 15613858. OLE color: 15613858.
HSL color Cylindrical-coordinate representation of color #A23FEE: hue angle of 273.94º 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 #A23FEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 63 | 238 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 273.94º | 0.84% | 0.59% | - |
| HSV(B) | 273.94º | 0.74% | 0.93% | - |
| XYZ | 32.11 | 17.41 | 82.56 | - |
| YUV | 112.55 | 198.8 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 238 | 0.32 | 0.74 | 0 | 0.07 | 273.94 | 0.84 | 0.59 |
| Hex | A2 | 3F | EE | 20 | 4A | 0 | 7 | 112 | 54 | 3B |
| Octal | 242 | 77 | 356 | 40 | 112 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100010 | 111111 | 11101110 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A23FEE
Complementary color
Monochromatic Colors of #A23FEE
Black with #A23FEE
Text Example
Text Example
White with #A23FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FEE; }
p { color: rgb(162,63,238); }
H1.HeaderClassName
{
color: #A23FEE;
}
.AnyTagClassName
{
color: #A23FEE;
}
</style>
background-color css
<style>
a { background-color: #A23FEE; }
a { background-color: rgb(162,63,238); }
div.DivClassName
{
background-color: #A23FEE;
}
.BgClassName
{
background-color: #A23FEE;
}
</style>
border-color css
<style>
span { border-color: #A23FEE; }
span { border-color: rgb(162,63,238); }
td.TdClassName
{
border-color: #A23FEE;
}
.TagClassName
{
border-color: #A23FEE;
}
</style>