Shades of Dark Purple #A3249B
Tints of Dark Purple #A3249B
RGB
CMYK
RGB Variations
Color information
#A3249B (or 0xA3249B) is known color: Dark Purple. HEX triplet: A3, 24 and 9B. RGB value is (163,36,155). Sum of RGB (Red+Green+Blue) = 163+36+155=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3249B is #5CDB64. Grayscale: #575757. Windows color (decimal): -6085477 or 10167459. OLE color: 10167459.
HSL color Cylindrical-coordinate representation of color #A3249B: hue angle of 303.78º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3249B is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 155 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.36 |
| HSL | 303.78º | 0.64% | 0.39% | - |
| HSV(B) | 303.78º | 0.78% | 0.64% | - |
| XYZ | 21.65 | 11.41 | 32.07 | - |
| YUV | 87.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 155 | 0 | 0.78 | 0.05 | 0.36 | 303.78 | 0.64 | 0.39 |
| Hex | A3 | 24 | 9B | 0 | 4E | 5 | 24 | 130 | 40 | 27 |
| Octal | 243 | 44 | 233 | 0 | 116 | 5 | 44 | 460 | 100 | 47 |
| Binary | 10100011 | 100100 | 10011011 | 0 | 1001110 | 101 | 100100 | 100110000 | 1000000 | 100111 |
Color Harmonies of #A3249B
Complementary color
Monochromatic Colors of #A3249B
Black with #A3249B
Text Example
Text Example
White with #A3249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3249B; }
p { color: rgb(163,36,155); }
H1.HeaderClassName
{
color: #A3249B;
}
.AnyTagClassName
{
color: #A3249B;
}
</style>
background-color css
<style>
a { background-color: #A3249B; }
a { background-color: rgb(163,36,155); }
div.DivClassName
{
background-color: #A3249B;
}
.BgClassName
{
background-color: #A3249B;
}
</style>
border-color css
<style>
span { border-color: #A3249B; }
span { border-color: rgb(163,36,155); }
td.TdClassName
{
border-color: #A3249B;
}
.TagClassName
{
border-color: #A3249B;
}
</style>