Html Css Color HEX #A30989 Dark Magenta

📋 copy color: '#A30989'

red 163 ◦ green 9 ◦ blue 137

#A30989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A30989

Tints of Dark Magenta #A30989

RGB

 RED value IS 163 (64.06% from 255) = 52.75%

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 52.75%
G = 2.91%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A30989 (or 0xA30989) is known color: Dark Magenta. HEX triplet: A3, 09 and 89. RGB value is (163,9,137). Sum of RGB (Red+Green+Blue) = 163+9+137=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A30989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30989 is #5CF676. Grayscale: #454545. Windows color (decimal): -6092407 or 8980899. OLE color: 8980899.

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

Color convert

RGB 163 9 137 -
CMYK 0 0.94 0.16 0.36
HSL 310.13º 0.9% 0.34% -
HSV(B) 310.13º 0.94% 0.64% -
XYZ 19.72 9.79 24.52 -
YUV 69.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 163 9 137 0 0.94 0.16 0.36 310.13 0.9 0.34
Hex A3 9 89 0 5E 10 24 136 5A 22
Octal 243 11 211 0 136 20 44 466 132 42
Binary 10100011 1001 10001001 0 1011110 10000 100100 100110110 1011010 100010

Color Harmonies of #A30989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30989

Black with #A30989

Text Example


Text Example

White with #A30989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30989; }

 p { color: rgb(163,9,137); }

 H1.HeaderClassName
 {
   color: #A30989;
 }
 .AnyTagClassName
 {
   color: #A30989;
 }
</style>

background-color css

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

 a { background-color: rgb(163,9,137); }

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

border-color css

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

 span { border-color: rgb(163,9,137); }

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