Html Css Color HEX #A30582 Dark Magenta

📋 copy color: '#A30582'

red 163 ◦ green 5 ◦ blue 130

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

Shades of Dark Magenta #A30582

Tints of Dark Magenta #A30582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 54.7%
G = 1.68%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A30582 (or 0xA30582) is known color: Dark Magenta. HEX triplet: A3, 05 and 82. RGB value is (163,5,130). Sum of RGB (Red+Green+Blue) = 163+5+130=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A30582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30582 is #5CFA7D. Grayscale: #424242. Windows color (decimal): -6093438 or 8521123. OLE color: 8521123.

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

Color convert

RGB 163 5 130 -
CMYK 0 0.97 0.20 0.36
HSL 312.53º 0.94% 0.33% -
HSV(B) 312.53º 0.97% 0.64% -
XYZ 19.19 9.51 21.94 -
YUV 66.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 163 5 130 0 0.97 0.20 0.36 312.53 0.94 0.33
Hex A3 5 82 0 61 14 24 139 5E 21
Octal 243 5 202 0 141 24 44 471 136 41
Binary 10100011 101 10000010 0 1100001 10100 100100 100111001 1011110 100001

Color Harmonies of #A30582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30582

Black with #A30582

Text Example


Text Example

White with #A30582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30582; }

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

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

background-color css

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

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

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

border-color css

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

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

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