Shades of Dark Purple #A02690
Tints of Dark Purple #A02690
RGB
CMYK
RGB Variations
Color information
#A02690 (or 0xA02690) is known color: Dark Purple. HEX triplet: A0, 26 and 90. RGB value is (160,38,144). Sum of RGB (Red+Green+Blue) = 160+38+144=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A02690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02690 is #5FD96F. Grayscale: #565656. Windows color (decimal): -6281584 or 9447072. OLE color: 9447072.
HSL color Cylindrical-coordinate representation of color #A02690: hue angle of 307.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02690 is Cyan = 0, Magento = 0.76, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 144 | - |
| CMYK | 0 | 0.76 | 0.1 | 0.37 |
| HSL | 307.87º | 0.62% | 0.39% | - |
| HSV(B) | 307.87º | 0.76% | 0.63% | - |
| XYZ | 20.22 | 10.87 | 27.42 | - |
| YUV | 86.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 144 | 0 | 0.76 | 0.1 | 0.37 | 307.87 | 0.62 | 0.39 |
| Hex | A0 | 26 | 90 | 0 | 4C | A | 25 | 134 | 3E | 27 |
| Octal | 240 | 46 | 220 | 0 | 114 | 12 | 45 | 464 | 76 | 47 |
| Binary | 10100000 | 100110 | 10010000 | 0 | 1001100 | 1010 | 100101 | 100110100 | 111110 | 100111 |
Color Harmonies of #A02690
Complementary color
Monochromatic Colors of #A02690
Black with #A02690
Text Example
Text Example
White with #A02690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02690; }
p { color: rgb(160,38,144); }
H1.HeaderClassName
{
color: #A02690;
}
.AnyTagClassName
{
color: #A02690;
}
</style>
background-color css
<style>
a { background-color: #A02690; }
a { background-color: rgb(160,38,144); }
div.DivClassName
{
background-color: #A02690;
}
.BgClassName
{
background-color: #A02690;
}
</style>
border-color css
<style>
span { border-color: #A02690; }
span { border-color: rgb(160,38,144); }
td.TdClassName
{
border-color: #A02690;
}
.TagClassName
{
border-color: #A02690;
}
</style>