Html Css Color HEX #A2129A Dark Magenta

📋 copy color: '#A2129A'

red 162 ◦ green 18 ◦ blue 154

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

Shades of Dark Magenta #A2129A

Tints of Dark Magenta #A2129A

RGB

 RED value IS 162 (63.67% from 255) = 48.5%

 GREEN value IS 18 (7.42% from 255) = 5.39%

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

R = 48.5%
G = 5.39%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A2129A (or 0xA2129A) is known color: Dark Magenta. HEX triplet: A2, 12 and 9A. RGB value is (162,18,154). Sum of RGB (Red+Green+Blue) = 162+18+154=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A2129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2129A is #5DED65. Grayscale: #4C4C4C. Windows color (decimal): -6155622 or 10097314. OLE color: 10097314.

HSL color Cylindrical-coordinate representation of color #A2129A: hue angle of 303.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2129A is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 154 -
CMYK 0 0.89 0.05 0.36
HSL 303.33º 0.8% 0.35% -
HSV(B) 303.33º 0.89% 0.64% -
XYZ 20.95 10.45 31.48 -
YUV 76.56 171.71 188.94 -
System Red Green Blue C M Y K H S L
Decimal 162 18 154 0 0.89 0.05 0.36 303.33 0.8 0.35
Hex A2 12 9A 0 59 5 24 12F 50 23
Octal 242 22 232 0 131 5 44 457 120 43
Binary 10100010 10010 10011010 0 1011001 101 100100 100101111 1010000 100011

Color Harmonies of #A2129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2129A

Black with #A2129A

Text Example


Text Example

White with #A2129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2129A; }

 p { color: rgb(162,18,154); }

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

background-color css

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

 a { background-color: rgb(162,18,154); }

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

border-color css

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

 span { border-color: rgb(162,18,154); }

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