Html Css Color HEX #A3048C Dark Magenta

📋 copy color: '#A3048C'

red 163 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #A3048C

Tints of Dark Magenta #A3048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 53.09%
G = 1.3%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3048C (or 0xA3048C) is known color: Dark Magenta. HEX triplet: A3, 04 and 8C. RGB value is (163,4,140). Sum of RGB (Red+Green+Blue) = 163+4+140=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3048C is #5CFB73. Grayscale: #424242. Windows color (decimal): -6093684 or 9176227. OLE color: 9176227.

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

Color convert

RGB 163 4 140 -
CMYK 0 0.98 0.14 0.36
HSL 308.68º 0.95% 0.33% -
HSV(B) 308.68º 0.98% 0.64% -
XYZ 19.88 9.77 25.65 -
YUV 67.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 163 4 140 0 0.98 0.14 0.36 308.68 0.95 0.33
Hex A3 4 8C 0 62 E 24 135 5F 21
Octal 243 4 214 0 142 16 44 465 137 41
Binary 10100011 100 10001100 0 1100010 1110 100100 100110101 1011111 100001

Color Harmonies of #A3048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3048C

Black with #A3048C

Text Example


Text Example

White with #A3048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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