Shades of Dark Purple #A2268D
Tints of Dark Purple #A2268D
RGB
CMYK
RGB Variations
Color information
#A2268D (or 0xA2268D) is known color: Dark Purple. HEX triplet: A2, 26 and 8D. RGB value is (162,38,141). Sum of RGB (Red+Green+Blue) = 162+38+141=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2268D is #5DD972. Grayscale: #565656. Windows color (decimal): -6150515 or 9250466. OLE color: 9250466.
HSL color Cylindrical-coordinate representation of color #A2268D: hue angle of 310.16º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2268D is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 38 | 141 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.36 |
| HSL | 310.16º | 0.62% | 0.39% | - |
| HSV(B) | 310.16º | 0.77% | 0.64% | - |
| XYZ | 20.4 | 10.99 | 26.25 | - |
| YUV | 86.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 38 | 141 | 0 | 0.77 | 0.13 | 0.36 | 310.16 | 0.62 | 0.39 |
| Hex | A2 | 26 | 8D | 0 | 4D | D | 24 | 136 | 3E | 27 |
| Octal | 242 | 46 | 215 | 0 | 115 | 15 | 44 | 466 | 76 | 47 |
| Binary | 10100010 | 100110 | 10001101 | 0 | 1001101 | 1101 | 100100 | 100110110 | 111110 | 100111 |
Color Harmonies of #A2268D
Complementary color
Monochromatic Colors of #A2268D
Black with #A2268D
Text Example
Text Example
White with #A2268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2268D; }
p { color: rgb(162,38,141); }
H1.HeaderClassName
{
color: #A2268D;
}
.AnyTagClassName
{
color: #A2268D;
}
</style>
background-color css
<style>
a { background-color: #A2268D; }
a { background-color: rgb(162,38,141); }
div.DivClassName
{
background-color: #A2268D;
}
.BgClassName
{
background-color: #A2268D;
}
</style>
border-color css
<style>
span { border-color: #A2268D; }
span { border-color: rgb(162,38,141); }
td.TdClassName
{
border-color: #A2268D;
}
.TagClassName
{
border-color: #A2268D;
}
</style>