Shades of Blue Violet #A223E5
Tints of Blue Violet #A223E5
RGB
CMYK
RGB Variations
Color information
#A223E5 (or 0xA223E5) is known color: Blue Violet. HEX triplet: A2, 23 and E5. RGB value is (162,35,229). Sum of RGB (Red+Green+Blue) = 162+35+229=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #A223E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223E5 is #5DDC1A. Grayscale: #5E5E5E. Windows color (decimal): -6151195 or 15016866. OLE color: 15016866.
HSL color Cylindrical-coordinate representation of color #A223E5: hue angle of 279.28º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A223E5 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 35 | 229 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.10 |
| HSL | 279.28º | 0.79% | 0.52% | - |
| HSV(B) | 279.28º | 0.85% | 0.9% | - |
| XYZ | 29.64 | 14.54 | 75.37 | - |
| YUV | 95.09 | 203.58 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 229 | 0.29 | 0.85 | 0 | 0.10 | 279.28 | 0.79 | 0.52 |
| Hex | A2 | 23 | E5 | 1D | 55 | 0 | A | 117 | 4F | 34 |
| Octal | 242 | 43 | 345 | 35 | 125 | 0 | 12 | 427 | 117 | 64 |
| Binary | 10100010 | 100011 | 11100101 | 11101 | 1010101 | 0 | 1010 | 100010111 | 1001111 | 110100 |
Color Harmonies of #A223E5
Complementary color
Monochromatic Colors of #A223E5
Black with #A223E5
Text Example
Text Example
White with #A223E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A223E5; }
p { color: rgb(162,35,229); }
H1.HeaderClassName
{
color: #A223E5;
}
.AnyTagClassName
{
color: #A223E5;
}
</style>
background-color css
<style>
a { background-color: #A223E5; }
a { background-color: rgb(162,35,229); }
div.DivClassName
{
background-color: #A223E5;
}
.BgClassName
{
background-color: #A223E5;
}
</style>
border-color css
<style>
span { border-color: #A223E5; }
span { border-color: rgb(162,35,229); }
td.TdClassName
{
border-color: #A223E5;
}
.TagClassName
{
border-color: #A223E5;
}
</style>