Shades of Blue Violet #A23DE9
Tints of Blue Violet #A23DE9
RGB
CMYK
RGB Variations
Color information
#A23DE9 (or 0xA23DE9) is known color: Blue Violet. HEX triplet: A2, 3D and E9. RGB value is (162,61,233). Sum of RGB (Red+Green+Blue) = 162+61+233=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #A23DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23DE9 is #5DC216. Grayscale: #6E6E6E. Windows color (decimal): -6144535 or 15285666. OLE color: 15285666.
HSL color Cylindrical-coordinate representation of color #A23DE9: hue angle of 275.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23DE9 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 61 | 233 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.09 |
| HSL | 275.23º | 0.8% | 0.58% | - |
| HSV(B) | 275.23º | 0.74% | 0.91% | - |
| XYZ | 31.28 | 16.9 | 78.7 | - |
| YUV | 110.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 233 | 0.30 | 0.74 | 0 | 0.09 | 275.23 | 0.8 | 0.58 |
| Hex | A2 | 3D | E9 | 1E | 4A | 0 | 9 | 113 | 50 | 3A |
| Octal | 242 | 75 | 351 | 36 | 112 | 0 | 11 | 423 | 120 | 72 |
| Binary | 10100010 | 111101 | 11101001 | 11110 | 1001010 | 0 | 1001 | 100010011 | 1010000 | 111010 |
Color Harmonies of #A23DE9
Complementary color
Monochromatic Colors of #A23DE9
Black with #A23DE9
Text Example
Text Example
White with #A23DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DE9; }
p { color: rgb(162,61,233); }
H1.HeaderClassName
{
color: #A23DE9;
}
.AnyTagClassName
{
color: #A23DE9;
}
</style>
background-color css
<style>
a { background-color: #A23DE9; }
a { background-color: rgb(162,61,233); }
div.DivClassName
{
background-color: #A23DE9;
}
.BgClassName
{
background-color: #A23DE9;
}
</style>
border-color css
<style>
span { border-color: #A23DE9; }
span { border-color: rgb(162,61,233); }
td.TdClassName
{
border-color: #A23DE9;
}
.TagClassName
{
border-color: #A23DE9;
}
</style>