Shades of Dark Purple #A0267A
Tints of Dark Purple #A0267A
RGB
CMYK
RGB Variations
Color information
#A0267A (or 0xA0267A) is known color: Dark Purple. HEX triplet: A0, 26 and 7A. RGB value is (160,38,122). Sum of RGB (Red+Green+Blue) = 160+38+122=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0267A is #5FD985. Grayscale: #535353. Windows color (decimal): -6281606 or 8005280. OLE color: 8005280.
HSL color Cylindrical-coordinate representation of color #A0267A: hue angle of 318.69º 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 #A0267A is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 122 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.37 |
| HSL | 318.69º | 0.62% | 0.39% | - |
| HSV(B) | 318.69º | 0.76% | 0.63% | - |
| XYZ | 18.7 | 10.26 | 19.41 | - |
| YUV | 84.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 122 | 0 | 0.76 | 0.24 | 0.37 | 318.69 | 0.62 | 0.39 |
| Hex | A0 | 26 | 7A | 0 | 4C | 18 | 25 | 13F | 3E | 27 |
| Octal | 240 | 46 | 172 | 0 | 114 | 30 | 45 | 477 | 76 | 47 |
| Binary | 10100000 | 100110 | 1111010 | 0 | 1001100 | 11000 | 100101 | 100111111 | 111110 | 100111 |
Color Harmonies of #A0267A
Complementary color
Monochromatic Colors of #A0267A
Black with #A0267A
Text Example
Text Example
White with #A0267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0267A; }
p { color: rgb(160,38,122); }
H1.HeaderClassName
{
color: #A0267A;
}
.AnyTagClassName
{
color: #A0267A;
}
</style>
background-color css
<style>
a { background-color: #A0267A; }
a { background-color: rgb(160,38,122); }
div.DivClassName
{
background-color: #A0267A;
}
.BgClassName
{
background-color: #A0267A;
}
</style>
border-color css
<style>
span { border-color: #A0267A; }
span { border-color: rgb(160,38,122); }
td.TdClassName
{
border-color: #A0267A;
}
.TagClassName
{
border-color: #A0267A;
}
</style>