Shades of Violet Blue #A23799
Tints of Violet Blue #A23799
RGB
CMYK
RGB Variations
Color information
#A23799 (or 0xA23799) is known color: Violet Blue. HEX triplet: A2, 37 and 99. RGB value is (162,55,153). Sum of RGB (Red+Green+Blue) = 162+55+153=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A23799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23799 is #5DC866. Grayscale: #616161. Windows color (decimal): -6146151 or 10041250. OLE color: 10041250.
HSL color Cylindrical-coordinate representation of color #A23799: hue angle of 305.05º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A23799 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 153 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.36 |
| HSL | 305.05º | 0.49% | 0.43% | - |
| HSV(B) | 305.05º | 0.66% | 0.64% | - |
| XYZ | 22.02 | 12.71 | 31.43 | - |
| YUV | 98.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 153 | 0 | 0.66 | 0.06 | 0.36 | 305.05 | 0.49 | 0.43 |
| Hex | A2 | 37 | 99 | 0 | 42 | 6 | 24 | 131 | 31 | 2B |
| Octal | 242 | 67 | 231 | 0 | 102 | 6 | 44 | 461 | 61 | 53 |
| Binary | 10100010 | 110111 | 10011001 | 0 | 1000010 | 110 | 100100 | 100110001 | 110001 | 101011 |
Color Harmonies of #A23799
Complementary color
Monochromatic Colors of #A23799
Black with #A23799
Text Example
Text Example
White with #A23799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23799; }
p { color: rgb(162,55,153); }
H1.HeaderClassName
{
color: #A23799;
}
.AnyTagClassName
{
color: #A23799;
}
</style>
background-color css
<style>
a { background-color: #A23799; }
a { background-color: rgb(162,55,153); }
div.DivClassName
{
background-color: #A23799;
}
.BgClassName
{
background-color: #A23799;
}
</style>
border-color css
<style>
span { border-color: #A23799; }
span { border-color: rgb(162,55,153); }
td.TdClassName
{
border-color: #A23799;
}
.TagClassName
{
border-color: #A23799;
}
</style>