#A3089B

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

Shades of Dark Magenta #A3089B

Tints of Dark Magenta #A3089B

Color information

#A3089B (or 0xA3089B) is unknown color: approx Dark Magenta. HEX triplet: A3, 08 and 9B. RGB value is (163,8,155). Sum of RGB (Red+Green+Blue) = 163+8+155=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3089B is #5CF764. Grayscale: #464646. Windows color (decimal): -6092645 or 10160291. OLE color: 10160291.

HSL color Cylindrical-coordinate representation of color #A3089B: hue angle of 303.1º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3089B is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB1638155-
CMYK00.950.050.36
HSL303.1º90.64%33.53%-
HSV(B)303.1º95.09%63.92%-
XYZ21.1110.3331.89-
YUV71.1175.35193.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 155 (60.94% from 255) = 47.55%
R=50%
G=2.45%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163815500.950.050.36303.190.6433.53
HexA389B05F52412f5b22
Octal24310233013754445713342
Binary10100011100010011011010111111011001001001011111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3089B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3089B; }

 p { color: rgb(163,8,155); }

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

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

 a { background-color: rgb(163,8,155); }

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

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

 span { border-color: rgb(163,8,155); }

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