Html Css Color HEX #A1028F Dark Magenta

📋 copy color: '#A1028F'

red 161 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #A1028F

Tints of Dark Magenta #A1028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 52.61%
G = 0.65%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1028F (or 0xA1028F) is known color: Dark Magenta. HEX triplet: A1, 02 and 8F. RGB value is (161,2,143). Sum of RGB (Red+Green+Blue) = 161+2+143=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1028F is #5EFD70. Grayscale: #414141. Windows color (decimal): -6225265 or 9372321. OLE color: 9372321.

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

Color convert

RGB 161 2 143 -
CMYK 0 0.99 0.11 0.37
HSL 306.79º 0.98% 0.32% -
HSV(B) 306.79º 0.99% 0.63% -
XYZ 19.68 9.6 26.8 -
YUV 65.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 161 2 143 0 0.99 0.11 0.37 306.79 0.98 0.32
Hex A1 2 8F 0 63 B 25 133 62 20
Octal 241 2 217 0 143 13 45 463 142 40
Binary 10100001 10 10001111 0 1100011 1011 100101 100110011 1100010 100000

Color Harmonies of #A1028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1028F

Black with #A1028F

Text Example


Text Example

White with #A1028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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