Html Css Color HEX #A42099 Dark Magenta

📋 copy color: '#A42099'

red 164 ◦ green 32 ◦ blue 153

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

Shades of Dark Magenta #A42099

Tints of Dark Magenta #A42099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 46.99%
G = 9.17%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A42099 (or 0xA42099) is known color: Dark Magenta. HEX triplet: A4, 20 and 99. RGB value is (164,32,153). Sum of RGB (Red+Green+Blue) = 164+32+153=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A42099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42099 is #5BDF66. Grayscale: #545454. Windows color (decimal): -6020967 or 10035364. OLE color: 10035364.

HSL color Cylindrical-coordinate representation of color #A42099: hue angle of 305º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42099 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 153 -
CMYK 0 0.80 0.07 0.36
HSL 305º 0.67% 0.38% -
HSV(B) 305º 0.8% 0.64% -
XYZ 21.58 11.23 31.17 -
YUV 85.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 164 32 153 0 0.80 0.07 0.36 305 0.67 0.38
Hex A4 20 99 0 50 7 24 131 43 26
Octal 244 40 231 0 120 7 44 461 103 46
Binary 10100100 100000 10011001 0 1010000 111 100100 100110001 1000011 100110

Color Harmonies of #A42099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42099

Black with #A42099

Text Example


Text Example

White with #A42099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42099; }

 p { color: rgb(164,32,153); }

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

background-color css

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

 a { background-color: rgb(164,32,153); }

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

border-color css

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

 span { border-color: rgb(164,32,153); }

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