Html Css Color HEX #A30489 Dark Magenta

📋 copy color: '#A30489'

red 163 ◦ green 4 ◦ blue 137

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

Shades of Dark Magenta #A30489

Tints of Dark Magenta #A30489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 53.62%
G = 1.32%
B = 45.07%

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

#A30489 (or 0xA30489) is known color: Dark Magenta. HEX triplet: A3, 04 and 89. RGB value is (163,4,137). Sum of RGB (Red+Green+Blue) = 163+4+137=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A30489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30489 is #5CFB76. Grayscale: #424242. Windows color (decimal): -6093687 or 8979619. OLE color: 8979619.

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

Color convert

RGB 163 4 137 -
CMYK 0 0.98 0.16 0.36
HSL 309.81º 0.95% 0.33% -
HSV(B) 309.81º 0.98% 0.64% -
XYZ 19.66 9.68 24.5 -
YUV 66.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 163 4 137 0 0.98 0.16 0.36 309.81 0.95 0.33
Hex A3 4 89 0 62 10 24 136 5F 21
Octal 243 4 211 0 142 20 44 466 137 41
Binary 10100011 100 10001001 0 1100010 10000 100100 100110110 1011111 100001

Color Harmonies of #A30489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30489

Black with #A30489

Text Example


Text Example

White with #A30489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30489; }

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

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

background-color css

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

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

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

border-color css

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

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

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