Shades of Dark Purple #A02283
Tints of Dark Purple #A02283
RGB
CMYK
RGB Variations
Color information
#A02283 (or 0xA02283) is known color: Dark Purple. HEX triplet: A0, 22 and 83. RGB value is (160,34,131). Sum of RGB (Red+Green+Blue) = 160+34+131=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A02283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02283 is #5FDD7C. Grayscale: #525252. Windows color (decimal): -6282621 or 8594080. OLE color: 8594080.
HSL color Cylindrical-coordinate representation of color #A02283: hue angle of 313.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02283 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 131 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.37 |
| HSL | 313.81º | 0.65% | 0.38% | - |
| HSV(B) | 313.81º | 0.79% | 0.63% | - |
| XYZ | 19.17 | 10.26 | 22.44 | - |
| YUV | 82.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 131 | 0 | 0.79 | 0.18 | 0.37 | 313.81 | 0.65 | 0.38 |
| Hex | A0 | 22 | 83 | 0 | 4F | 12 | 25 | 13A | 41 | 26 |
| Octal | 240 | 42 | 203 | 0 | 117 | 22 | 45 | 472 | 101 | 46 |
| Binary | 10100000 | 100010 | 10000011 | 0 | 1001111 | 10010 | 100101 | 100111010 | 1000001 | 100110 |
Color Harmonies of #A02283
Complementary color
Monochromatic Colors of #A02283
Black with #A02283
Text Example
Text Example
White with #A02283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02283; }
p { color: rgb(160,34,131); }
H1.HeaderClassName
{
color: #A02283;
}
.AnyTagClassName
{
color: #A02283;
}
</style>
background-color css
<style>
a { background-color: #A02283; }
a { background-color: rgb(160,34,131); }
div.DivClassName
{
background-color: #A02283;
}
.BgClassName
{
background-color: #A02283;
}
</style>
border-color css
<style>
span { border-color: #A02283; }
span { border-color: rgb(160,34,131); }
td.TdClassName
{
border-color: #A02283;
}
.TagClassName
{
border-color: #A02283;
}
</style>