Shades of Dark Purple #A02383
Tints of Dark Purple #A02383
RGB
CMYK
RGB Variations
Color information
#A02383 (or 0xA02383) is known color: Dark Purple. HEX triplet: A0, 23 and 83. RGB value is (160,35,131). Sum of RGB (Red+Green+Blue) = 160+35+131=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02383 is #5FDC7C. Grayscale: #535353. Windows color (decimal): -6282365 or 8594336. OLE color: 8594336.
HSL color Cylindrical-coordinate representation of color #A02383: hue angle of 313.92º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02383 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 35 | 131 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.37 |
| HSL | 313.92º | 0.64% | 0.38% | - |
| HSV(B) | 313.92º | 0.78% | 0.63% | - |
| XYZ | 19.19 | 10.31 | 22.45 | - |
| YUV | 83.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 35 | 131 | 0 | 0.78 | 0.18 | 0.37 | 313.92 | 0.64 | 0.38 |
| Hex | A0 | 23 | 83 | 0 | 4E | 12 | 25 | 13A | 40 | 26 |
| Octal | 240 | 43 | 203 | 0 | 116 | 22 | 45 | 472 | 100 | 46 |
| Binary | 10100000 | 100011 | 10000011 | 0 | 1001110 | 10010 | 100101 | 100111010 | 1000000 | 100110 |
Color Harmonies of #A02383
Complementary color
Monochromatic Colors of #A02383
Black with #A02383
Text Example
Text Example
White with #A02383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02383; }
p { color: rgb(160,35,131); }
H1.HeaderClassName
{
color: #A02383;
}
.AnyTagClassName
{
color: #A02383;
}
</style>
background-color css
<style>
a { background-color: #A02383; }
a { background-color: rgb(160,35,131); }
div.DivClassName
{
background-color: #A02383;
}
.BgClassName
{
background-color: #A02383;
}
</style>
border-color css
<style>
span { border-color: #A02383; }
span { border-color: rgb(160,35,131); }
td.TdClassName
{
border-color: #A02383;
}
.TagClassName
{
border-color: #A02383;
}
</style>