Html Css Color HEX #A422A2 Dark Magenta

📋 copy color: '#A422A2'

red 164 ◦ green 34 ◦ blue 162

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

Shades of Dark Magenta #A422A2

Tints of Dark Magenta #A422A2

RGB

 RED value IS 164 (64.45% from 255) = 45.56%

 GREEN value IS 34 (13.67% from 255) = 9.44%

 BLUE value IS 162 (63.67% from 255) = 45%

R = 45.56%
G = 9.44%
B = 45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A422A2 (or 0xA422A2) is known color: Dark Magenta. HEX triplet: A4, 22 and A2. RGB value is (164,34,162). Sum of RGB (Red+Green+Blue) = 164+34+162=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A422A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A422A2 is #5BDD5D. Grayscale: #575757. Windows color (decimal): -6020446 or 10625700. OLE color: 10625700.

HSL color Cylindrical-coordinate representation of color #A422A2: hue angle of 300.92º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A422A2 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 34 162 -
CMYK 0 0.79 0.01 0.36
HSL 300.92º 0.66% 0.39% -
HSV(B) 300.92º 0.79% 0.64% -
XYZ 22.4 11.65 35.25 -
YUV 87.46 170.07 182.59 -
System Red Green Blue C M Y K H S L
Decimal 164 34 162 0 0.79 0.01 0.36 300.92 0.66 0.39
Hex A4 22 A2 0 4F 1 24 12D 42 27
Octal 244 42 242 0 117 1 44 455 102 47
Binary 10100100 100010 10100010 0 1001111 1 100100 100101101 1000010 100111

Color Harmonies of #A422A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A422A2

Black with #A422A2

Text Example


Text Example

White with #A422A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A422A2; }

 p { color: rgb(164,34,162); }

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

background-color css

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

 a { background-color: rgb(164,34,162); }

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

border-color css

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

 span { border-color: rgb(164,34,162); }

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