Html Css Color HEX #A30389 Dark Magenta

📋 copy color: '#A30389'

red 163 ◦ green 3 ◦ blue 137

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

Shades of Dark Magenta #A30389

Tints of Dark Magenta #A30389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 53.8%
G = 0.99%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A30389 (or 0xA30389) is known color: Dark Magenta. HEX triplet: A3, 03 and 89. RGB value is (163,3,137). Sum of RGB (Red+Green+Blue) = 163+3+137=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A30389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30389 is #5CFC76. Grayscale: #414141. Windows color (decimal): -6093943 or 8979363. OLE color: 8979363.

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

Color convert

RGB 163 3 137 -
CMYK 0 0.98 0.16 0.36
HSL 309.75º 0.96% 0.33% -
HSV(B) 309.75º 0.98% 0.64% -
XYZ 19.65 9.66 24.5 -
YUV 66.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 163 3 137 0 0.98 0.16 0.36 309.75 0.96 0.33
Hex A3 3 89 0 62 10 24 136 60 21
Octal 243 3 211 0 142 20 44 466 140 41
Binary 10100011 11 10001001 0 1100010 10000 100100 100110110 1100000 100001

Color Harmonies of #A30389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30389

Black with #A30389

Text Example


Text Example

White with #A30389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30389; }

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

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

background-color css

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

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

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

border-color css

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

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

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