#A3089A

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

Shades of Dark Magenta #A3089A

Tints of Dark Magenta #A3089A

Color information

#A3089A (or 0xA3089A) is unknown color: approx Dark Magenta. HEX triplet: A3, 08 and 9A. RGB value is (163,8,154). Sum of RGB (Red+Green+Blue) = 163+8+154=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3089A is #5CF765. Grayscale: #464646. Windows color (decimal): -6092646 or 10094755. OLE color: 10094755.

HSL color Cylindrical-coordinate representation of color #A3089A: hue angle of 303.48º 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 #A3089A is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB1638154-
CMYK00.950.060.36
HSL303.48º90.64%33.53%-
HSV(B)303.48º95.09%63.92%-
XYZ21.0210.2931.45-
YUV70.99174.85193.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=50.15%
G=2.46%
B=47.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163815400.950.060.36303.4890.6433.53
HexA389A05F62412f5b22
Octal24310232013764445713342
Binary10100011100010011010010111111101001001001011111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3089A; }

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

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

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

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

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

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

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

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