Shades of Dark Purple #A0268C
Tints of Dark Purple #A0268C
RGB
CMYK
RGB Variations
Color information
#A0268C (or 0xA0268C) is known color: Dark Purple. HEX triplet: A0, 26 and 8C. RGB value is (160,38,140). Sum of RGB (Red+Green+Blue) = 160+38+140=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0268C is #5FD973. Grayscale: #555555. Windows color (decimal): -6281588 or 9184928. OLE color: 9184928.
HSL color Cylindrical-coordinate representation of color #A0268C: hue angle of 309.84º 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 #A0268C is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 140 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.37 |
| HSL | 309.84º | 0.62% | 0.39% | - |
| HSV(B) | 309.84º | 0.76% | 0.63% | - |
| XYZ | 19.92 | 10.75 | 25.84 | - |
| YUV | 86.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 140 | 0 | 0.76 | 0.12 | 0.37 | 309.84 | 0.62 | 0.39 |
| Hex | A0 | 26 | 8C | 0 | 4C | C | 25 | 136 | 3E | 27 |
| Octal | 240 | 46 | 214 | 0 | 114 | 14 | 45 | 466 | 76 | 47 |
| Binary | 10100000 | 100110 | 10001100 | 0 | 1001100 | 1100 | 100101 | 100110110 | 111110 | 100111 |
Color Harmonies of #A0268C
Complementary color
Monochromatic Colors of #A0268C
Black with #A0268C
Text Example
Text Example
White with #A0268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0268C; }
p { color: rgb(160,38,140); }
H1.HeaderClassName
{
color: #A0268C;
}
.AnyTagClassName
{
color: #A0268C;
}
</style>
background-color css
<style>
a { background-color: #A0268C; }
a { background-color: rgb(160,38,140); }
div.DivClassName
{
background-color: #A0268C;
}
.BgClassName
{
background-color: #A0268C;
}
</style>
border-color css
<style>
span { border-color: #A0268C; }
span { border-color: rgb(160,38,140); }
td.TdClassName
{
border-color: #A0268C;
}
.TagClassName
{
border-color: #A0268C;
}
</style>