Shades of Blue Violet #A23DED
Tints of Blue Violet #A23DED
RGB
CMYK
RGB Variations
Color information
#A23DED (or 0xA23DED) is known color: Blue Violet. HEX triplet: A2, 3D and ED. RGB value is (162,61,237). Sum of RGB (Red+Green+Blue) = 162+61+237=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #A23DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23DED is #5DC212. Grayscale: #6E6E6E. Windows color (decimal): -6144531 or 15547810. OLE color: 15547810.
HSL color Cylindrical-coordinate representation of color #A23DED: hue angle of 274.43º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23DED is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 61 | 237 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.07 |
| HSL | 274.43º | 0.83% | 0.58% | - |
| HSV(B) | 274.43º | 0.74% | 0.93% | - |
| XYZ | 31.86 | 17.13 | 81.75 | - |
| YUV | 111.26 | 198.96 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 237 | 0.32 | 0.74 | 0 | 0.07 | 274.43 | 0.83 | 0.58 |
| Hex | A2 | 3D | ED | 20 | 4A | 0 | 7 | 112 | 53 | 3A |
| Octal | 242 | 75 | 355 | 40 | 112 | 0 | 7 | 422 | 123 | 72 |
| Binary | 10100010 | 111101 | 11101101 | 100000 | 1001010 | 0 | 111 | 100010010 | 1010011 | 111010 |
Color Harmonies of #A23DED
Complementary color
Monochromatic Colors of #A23DED
Black with #A23DED
Text Example
Text Example
White with #A23DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DED; }
p { color: rgb(162,61,237); }
H1.HeaderClassName
{
color: #A23DED;
}
.AnyTagClassName
{
color: #A23DED;
}
</style>
background-color css
<style>
a { background-color: #A23DED; }
a { background-color: rgb(162,61,237); }
div.DivClassName
{
background-color: #A23DED;
}
.BgClassName
{
background-color: #A23DED;
}
</style>
border-color css
<style>
span { border-color: #A23DED; }
span { border-color: rgb(162,61,237); }
td.TdClassName
{
border-color: #A23DED;
}
.TagClassName
{
border-color: #A23DED;
}
</style>