Html Css Color HEX #A1029A Dark Magenta

📋 copy color: '#A1029A'

red 161 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #A1029A

Tints of Dark Magenta #A1029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.58%

R = 50.79%
G = 0.63%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1029A (or 0xA1029A) is known color: Dark Magenta. HEX triplet: A1, 02 and 9A. RGB value is (161,2,154). Sum of RGB (Red+Green+Blue) = 161+2+154=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1029A is #5EFD65. Grayscale: #424242. Windows color (decimal): -6225254 or 10093217. OLE color: 10093217.

HSL color Cylindrical-coordinate representation of color #A1029A: hue angle of 302.64º 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 #A1029A is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 154 -
CMYK 0 0.99 0.04 0.37
HSL 302.64º 0.98% 0.32% -
HSV(B) 302.64º 0.99% 0.63% -
XYZ 20.55 9.95 31.41 -
YUV 66.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 161 2 154 0 0.99 0.04 0.37 302.64 0.98 0.32
Hex A1 2 9A 0 63 4 25 12F 62 20
Octal 241 2 232 0 143 4 45 457 142 40
Binary 10100001 10 10011010 0 1100011 100 100101 100101111 1100010 100000

Color Harmonies of #A1029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1029A

Black with #A1029A

Text Example


Text Example

White with #A1029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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