Shades of Violet Blue #A23DA9
Tints of Violet Blue #A23DA9
RGB
CMYK
RGB Variations
Color information
#A23DA9 (or 0xA23DA9) is known color: Violet Blue. HEX triplet: A2, 3D and A9. RGB value is (162,61,169). Sum of RGB (Red+Green+Blue) = 162+61+169=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #A23DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23DA9 is #5DC256. Grayscale: #676767. Windows color (decimal): -6144599 or 11091362. OLE color: 11091362.
HSL color Cylindrical-coordinate representation of color #A23DA9: hue angle of 296.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23DA9 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 61 | 169 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.34 |
| HSL | 296.11º | 0.47% | 0.45% | - |
| HSV(B) | 296.11º | 0.64% | 0.66% | - |
| XYZ | 23.73 | 13.88 | 38.97 | - |
| YUV | 103.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 169 | 0.04 | 0.64 | 0 | 0.34 | 296.11 | 0.47 | 0.45 |
| Hex | A2 | 3D | A9 | 4 | 40 | 0 | 22 | 128 | 2F | 2D |
| Octal | 242 | 75 | 251 | 4 | 100 | 0 | 42 | 450 | 57 | 55 |
| Binary | 10100010 | 111101 | 10101001 | 100 | 1000000 | 0 | 100010 | 100101000 | 101111 | 101101 |
Color Harmonies of #A23DA9
Complementary color
Monochromatic Colors of #A23DA9
Black with #A23DA9
Text Example
Text Example
White with #A23DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DA9; }
p { color: rgb(162,61,169); }
H1.HeaderClassName
{
color: #A23DA9;
}
.AnyTagClassName
{
color: #A23DA9;
}
</style>
background-color css
<style>
a { background-color: #A23DA9; }
a { background-color: rgb(162,61,169); }
div.DivClassName
{
background-color: #A23DA9;
}
.BgClassName
{
background-color: #A23DA9;
}
</style>
border-color css
<style>
span { border-color: #A23DA9; }
span { border-color: rgb(162,61,169); }
td.TdClassName
{
border-color: #A23DA9;
}
.TagClassName
{
border-color: #A23DA9;
}
</style>