Shades of Blue Violet #A23DEE
Tints of Blue Violet #A23DEE
RGB
CMYK
RGB Variations
Color information
#A23DEE (or 0xA23DEE) is known color: Blue Violet. HEX triplet: A2, 3D and EE. RGB value is (162,61,238). Sum of RGB (Red+Green+Blue) = 162+61+238=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #A23DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23DEE is #5DC211. Grayscale: #6E6E6E. Windows color (decimal): -6144530 or 15613346. OLE color: 15613346.
HSL color Cylindrical-coordinate representation of color #A23DEE: hue angle of 274.24º 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 #A23DEE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 61 | 238 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 274.24º | 0.84% | 0.59% | - |
| HSV(B) | 274.24º | 0.74% | 0.93% | - |
| XYZ | 32 | 17.19 | 82.52 | - |
| YUV | 111.38 | 199.46 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 238 | 0.32 | 0.74 | 0 | 0.07 | 274.24 | 0.84 | 0.59 |
| Hex | A2 | 3D | EE | 20 | 4A | 0 | 7 | 112 | 54 | 3B |
| Octal | 242 | 75 | 356 | 40 | 112 | 0 | 7 | 422 | 124 | 73 |
| Binary | 10100010 | 111101 | 11101110 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010100 | 111011 |
Color Harmonies of #A23DEE
Complementary color
Monochromatic Colors of #A23DEE
Black with #A23DEE
Text Example
Text Example
White with #A23DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DEE; }
p { color: rgb(162,61,238); }
H1.HeaderClassName
{
color: #A23DEE;
}
.AnyTagClassName
{
color: #A23DEE;
}
</style>
background-color css
<style>
a { background-color: #A23DEE; }
a { background-color: rgb(162,61,238); }
div.DivClassName
{
background-color: #A23DEE;
}
.BgClassName
{
background-color: #A23DEE;
}
</style>
border-color css
<style>
span { border-color: #A23DEE; }
span { border-color: rgb(162,61,238); }
td.TdClassName
{
border-color: #A23DEE;
}
.TagClassName
{
border-color: #A23DEE;
}
</style>