Shades of Dark Purple #A0268E
Tints of Dark Purple #A0268E
RGB
CMYK
RGB Variations
Color information
#A0268E (or 0xA0268E) is known color: Dark Purple. HEX triplet: A0, 26 and 8E. RGB value is (160,38,142). Sum of RGB (Red+Green+Blue) = 160+38+142=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0268E is #5FD971. Grayscale: #565656. Windows color (decimal): -6281586 or 9316000. OLE color: 9316000.
HSL color Cylindrical-coordinate representation of color #A0268E: hue angle of 308.85º 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 #A0268E is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 142 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.37 |
| HSL | 308.85º | 0.62% | 0.39% | - |
| HSV(B) | 308.85º | 0.76% | 0.63% | - |
| XYZ | 20.07 | 10.81 | 26.62 | - |
| YUV | 86.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 142 | 0 | 0.76 | 0.11 | 0.37 | 308.85 | 0.62 | 0.39 |
| Hex | A0 | 26 | 8E | 0 | 4C | B | 25 | 135 | 3E | 27 |
| Octal | 240 | 46 | 216 | 0 | 114 | 13 | 45 | 465 | 76 | 47 |
| Binary | 10100000 | 100110 | 10001110 | 0 | 1001100 | 1011 | 100101 | 100110101 | 111110 | 100111 |
Color Harmonies of #A0268E
Complementary color
Monochromatic Colors of #A0268E
Black with #A0268E
Text Example
Text Example
White with #A0268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0268E; }
p { color: rgb(160,38,142); }
H1.HeaderClassName
{
color: #A0268E;
}
.AnyTagClassName
{
color: #A0268E;
}
</style>
background-color css
<style>
a { background-color: #A0268E; }
a { background-color: rgb(160,38,142); }
div.DivClassName
{
background-color: #A0268E;
}
.BgClassName
{
background-color: #A0268E;
}
</style>
border-color css
<style>
span { border-color: #A0268E; }
span { border-color: rgb(160,38,142); }
td.TdClassName
{
border-color: #A0268E;
}
.TagClassName
{
border-color: #A0268E;
}
</style>