Html Css Color HEX #A1048F Dark Magenta

📋 copy color: '#A1048F'

red 161 ◦ green 4 ◦ blue 143

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

Shades of Dark Magenta #A1048F

Tints of Dark Magenta #A1048F

RGB

 RED value IS 161 (63.28% from 255) = 52.27%

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

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

R = 52.27%
G = 1.3%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1048F (or 0xA1048F) is known color: Dark Magenta. HEX triplet: A1, 04 and 8F. RGB value is (161,4,143). Sum of RGB (Red+Green+Blue) = 161+4+143=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1048F is #5EFB70. Grayscale: #424242. Windows color (decimal): -6224753 or 9372833. OLE color: 9372833.

HSL color Cylindrical-coordinate representation of color #A1048F: hue angle of 306.88º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1048F is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 4 143 -
CMYK 0 0.98 0.11 0.37
HSL 306.88º 0.95% 0.32% -
HSV(B) 306.88º 0.98% 0.63% -
XYZ 19.7 9.65 26.81 -
YUV 66.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 161 4 143 0 0.98 0.11 0.37 306.88 0.95 0.32
Hex A1 4 8F 0 62 B 25 133 5F 20
Octal 241 4 217 0 142 13 45 463 137 40
Binary 10100001 100 10001111 0 1100010 1011 100101 100110011 1011111 100000

Color Harmonies of #A1048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1048F

Black with #A1048F

Text Example


Text Example

White with #A1048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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