Html Css Color HEX #A30586 Dark Magenta

📋 copy color: '#A30586'

red 163 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #A30586

Tints of Dark Magenta #A30586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 53.97%
G = 1.66%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A30586 (or 0xA30586) is known color: Dark Magenta. HEX triplet: A3, 05 and 86. RGB value is (163,5,134). Sum of RGB (Red+Green+Blue) = 163+5+134=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A30586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30586 is #5CFA79. Grayscale: #424242. Windows color (decimal): -6093434 or 8783267. OLE color: 8783267.

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

Color convert

RGB 163 5 134 -
CMYK 0 0.97 0.18 0.36
HSL 311.01º 0.94% 0.33% -
HSV(B) 311.01º 0.97% 0.64% -
XYZ 19.46 9.62 23.38 -
YUV 66.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 163 5 134 0 0.97 0.18 0.36 311.01 0.94 0.33
Hex A3 5 86 0 61 12 24 137 5E 21
Octal 243 5 206 0 141 22 44 467 136 41
Binary 10100011 101 10000110 0 1100001 10010 100100 100110111 1011110 100001

Color Harmonies of #A30586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30586

Black with #A30586

Text Example


Text Example

White with #A30586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30586; }

 p { color: rgb(163,5,134); }

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

background-color css

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

 a { background-color: rgb(163,5,134); }

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

border-color css

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

 span { border-color: rgb(163,5,134); }

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