#A30899

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

Shades of Dark Magenta #A30899

Tints of Dark Magenta #A30899

Color information

#A30899 (or 0xA30899) is unknown color: approx Dark Magenta. HEX triplet: A3, 08 and 99. RGB value is (163,8,153). Sum of RGB (Red+Green+Blue) = 163+8+153=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A30899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30899 is #5CF766. Grayscale: #464646. Windows color (decimal): -6092647 or 10029219. OLE color: 10029219.

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

Color convert

RGB1638153-
CMYK00.950.060.36
HSL303.87º90.64%33.53%-
HSV(B)303.87º95.09%63.92%-
XYZ20.9410.2631.01-
YUV70.88174.35193.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 8 (3.52% from 255) = 2.47%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=50.31%
G=2.47%
B=47.22%

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
Decimal163815300.950.060.36303.8790.6433.53
HexA389905F6241305b22
Octal24310231013764446013342
Binary10100011100010011001010111111101001001001100001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30899; }

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

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

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

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

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

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

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

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