Html Css Color HEX #A3048F Dark Magenta

📋 copy color: '#A3048F'

red 163 ◦ green 4 ◦ blue 143

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

Shades of Dark Magenta #A3048F

Tints of Dark Magenta #A3048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 52.58%
G = 1.29%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3048F (or 0xA3048F) is known color: Dark Magenta. HEX triplet: A3, 04 and 8F. RGB value is (163,4,143). Sum of RGB (Red+Green+Blue) = 163+4+143=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3048F is #5CFB70. Grayscale: #424242. Windows color (decimal): -6093681 or 9372835. OLE color: 9372835.

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

Color convert

RGB 163 4 143 -
CMYK 0 0.98 0.12 0.36
HSL 307.55º 0.95% 0.33% -
HSV(B) 307.55º 0.98% 0.64% -
XYZ 20.11 9.86 26.83 -
YUV 67.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 163 4 143 0 0.98 0.12 0.36 307.55 0.95 0.33
Hex A3 4 8F 0 62 C 24 134 5F 21
Octal 243 4 217 0 142 14 44 464 137 41
Binary 10100011 100 10001111 0 1100010 1100 100100 100110100 1011111 100001

Color Harmonies of #A3048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3048F

Black with #A3048F

Text Example


Text Example

White with #A3048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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