Html Css Color HEX #A40099 Dark Magenta

📋 copy color: '#A40099'

red 164 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #A40099

Tints of Dark Magenta #A40099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.74%
G = 0%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A40099 (or 0xA40099) is known color: Dark Magenta. HEX triplet: A4, 00 and 99. RGB value is (164,0,153). Sum of RGB (Red+Green+Blue) = 164+0+153=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A40099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40099 is #5BFF66. Grayscale: #424242. Windows color (decimal): -6029159 or 10027172. OLE color: 10027172.

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

Color convert

RGB 164 0 153 -
CMYK 0 1 0.07 0.36
HSL 304.02º 1% 0.32% -
HSV(B) 304.02º 1% 0.64% -
XYZ 21.06 10.19 30.99 -
YUV 66.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 164 0 153 0 1 0.07 0.36 304.02 1 0.32
Hex A4 0 99 0 64 7 24 130 64 20
Octal 244 0 231 0 144 7 44 460 144 40
Binary 10100100 0 10011001 0 1100100 111 100100 100110000 1100100 100000

Color Harmonies of #A40099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40099

Black with #A40099

Text Example


Text Example

White with #A40099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40099; }

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

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

background-color css

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

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

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

border-color css

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

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

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