#A3229E

Color #A3229E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A3229E

Tints of Dark Magenta #A3229E

Color information

#A3229E (or 0xA3229E) is unknown color: approx Dark Magenta. HEX triplet: A3, 22 and 9E. RGB value is (163,34,158). Sum of RGB (Red+Green+Blue) = 163+34+158=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3229E is #5CDD61. Grayscale: #565656. Windows color (decimal): -6085986 or 10363555. OLE color: 10363555.

HSL color Cylindrical-coordinate representation of color #A3229E: hue angle of 302.33º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3229E is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16334158-
CMYK00.790.030.36
HSL302.33º65.48%38.63%-
HSV(B)302.33º79.14%63.92%-
XYZ21.8511.433.4-
YUV86.71168.24182.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=45.92%
G=9.58%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633415800.790.030.36302.3365.4838.63
HexA3229E04F32412e4127
Octal24342236011734445610147
Binary101000111000101001111001001111111001001001011101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3229E; }

 p { color: rgb(163,34,158); }

 H1.HeaderClassName
 {
   color: #A3229E;
 }
 .AnyTagClassName
 {
   color: #A3229E;
 }
</style>
background-color css

<style>
 a { background-color: #A3229E; }

 a { background-color: rgb(163,34,158); }

 div.DivClassName
 {
   background-color: #A3229E;
 }
 .BgClassName
 {
   background-color: #A3229E;
 }
</style>
border-color css

<style>
 span { border-color: #A3229E; }

 span { border-color: rgb(163,34,158); }

 td.TdClassName
 {
   border-color: #A3229E;
 }
 .TagClassName
 {
   border-color: #A3229E;
 }
</style>