Html Css Color HEX #A3059B Dark Magenta

📋 copy color: '#A3059B'

red 163 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #A3059B

Tints of Dark Magenta #A3059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.99%

R = 50.46%
G = 1.55%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3059B (or 0xA3059B) is known color: Dark Magenta. HEX triplet: A3, 05 and 9B. RGB value is (163,5,155). Sum of RGB (Red+Green+Blue) = 163+5+155=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3059B is #5CFA64. Grayscale: #444444. Windows color (decimal): -6093413 or 10159523. OLE color: 10159523.

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

Color convert

RGB 163 5 155 -
CMYK 0 0.97 0.05 0.36
HSL 303.04º 0.94% 0.33% -
HSV(B) 303.04º 0.97% 0.64% -
XYZ 21.07 10.26 31.88 -
YUV 69.34 176.35 194.8 -
System Red Green Blue C M Y K H S L
Decimal 163 5 155 0 0.97 0.05 0.36 303.04 0.94 0.33
Hex A3 5 9B 0 61 5 24 12F 5E 21
Octal 243 5 233 0 141 5 44 457 136 41
Binary 10100011 101 10011011 0 1100001 101 100100 100101111 1011110 100001

Color Harmonies of #A3059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3059B

Black with #A3059B

Text Example


Text Example

White with #A3059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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