Shades of Blue Violet #A223EE
Tints of Blue Violet #A223EE
RGB
CMYK
RGB Variations
Color information
#A223EE (or 0xA223EE) is known color: Blue Violet. HEX triplet: A2, 23 and EE. RGB value is (162,35,238). Sum of RGB (Red+Green+Blue) = 162+35+238=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A223EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A223EE is #5DDC11. Grayscale: #5F5F5F. Windows color (decimal): -6151186 or 15606690. OLE color: 15606690.
HSL color Cylindrical-coordinate representation of color #A223EE: hue angle of 277.54º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A223EE is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 35 | 238 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.07 |
| HSL | 277.54º | 0.86% | 0.54% | - |
| HSV(B) | 277.54º | 0.85% | 0.93% | - |
| XYZ | 30.93 | 15.06 | 82.16 | - |
| YUV | 96.12 | 208.08 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 238 | 0.32 | 0.85 | 0 | 0.07 | 277.54 | 0.86 | 0.54 |
| Hex | A2 | 23 | EE | 20 | 55 | 0 | 7 | 116 | 56 | 36 |
| Octal | 242 | 43 | 356 | 40 | 125 | 0 | 7 | 426 | 126 | 66 |
| Binary | 10100010 | 100011 | 11101110 | 100000 | 1010101 | 0 | 111 | 100010110 | 1010110 | 110110 |
Color Harmonies of #A223EE
Complementary color
Monochromatic Colors of #A223EE
Black with #A223EE
Text Example
Text Example
White with #A223EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A223EE; }
p { color: rgb(162,35,238); }
H1.HeaderClassName
{
color: #A223EE;
}
.AnyTagClassName
{
color: #A223EE;
}
</style>
background-color css
<style>
a { background-color: #A223EE; }
a { background-color: rgb(162,35,238); }
div.DivClassName
{
background-color: #A223EE;
}
.BgClassName
{
background-color: #A223EE;
}
</style>
border-color css
<style>
span { border-color: #A223EE; }
span { border-color: rgb(162,35,238); }
td.TdClassName
{
border-color: #A223EE;
}
.TagClassName
{
border-color: #A223EE;
}
</style>