Shades of Dark Magenta #A3069B
Tints of Dark Magenta #A3069B
RGB
CMYK
RGB Variations
Color information
#A3069B (or 0xA3069B) is known color: Dark Magenta. HEX triplet: A3, 06 and 9B. RGB value is (163,6,155). Sum of RGB (Red+Green+Blue) = 163+6+155=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3069B is #5CF964. Grayscale: #454545. Windows color (decimal): -6093157 or 10159779. OLE color: 10159779.
HSL color Cylindrical-coordinate representation of color #A3069B: hue angle of 303.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3069B is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 155 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.36 |
| HSL | 303.06º | 0.93% | 0.33% | - |
| HSV(B) | 303.06º | 0.96% | 0.64% | - |
| XYZ | 21.09 | 10.28 | 31.88 | - |
| YUV | 69.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 155 | 0 | 0.96 | 0.05 | 0.36 | 303.06 | 0.93 | 0.33 |
| Hex | A3 | 6 | 9B | 0 | 60 | 5 | 24 | 12F | 5D | 21 |
| Octal | 243 | 6 | 233 | 0 | 140 | 5 | 44 | 457 | 135 | 41 |
| Binary | 10100011 | 110 | 10011011 | 0 | 1100000 | 101 | 100100 | 100101111 | 1011101 | 100001 |
Color Harmonies of #A3069B
Complementary color
Monochromatic Colors of #A3069B
Black with #A3069B
Text Example
Text Example
White with #A3069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3069B; }
p { color: rgb(163,6,155); }
H1.HeaderClassName
{
color: #A3069B;
}
.AnyTagClassName
{
color: #A3069B;
}
</style>
background-color css
<style>
a { background-color: #A3069B; }
a { background-color: rgb(163,6,155); }
div.DivClassName
{
background-color: #A3069B;
}
.BgClassName
{
background-color: #A3069B;
}
</style>
border-color css
<style>
span { border-color: #A3069B; }
span { border-color: rgb(163,6,155); }
td.TdClassName
{
border-color: #A3069B;
}
.TagClassName
{
border-color: #A3069B;
}
</style>