Html Css Color HEX #A40FA3 Dark Magenta

📋 copy color: '#A40FA3'

red 164 ◦ green 15 ◦ blue 163

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

Shades of Dark Magenta #A40FA3

Tints of Dark Magenta #A40FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.39%

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 47.95%
G = 4.39%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A40FA3 (or 0xA40FA3) is known color: Dark Magenta. HEX triplet: A4, 0F and A3. RGB value is (164,15,163). Sum of RGB (Red+Green+Blue) = 164+15+163=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A40FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40FA3 is #5BF05C. Grayscale: #4B4B4B. Windows color (decimal): -6025309 or 10686372. OLE color: 10686372.

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

Color convert

RGB 164 15 163 -
CMYK 0 0.91 0.01 0.36
HSL 300.4º 0.83% 0.35% -
HSV(B) 300.4º 0.91% 0.64% -
XYZ 22.09 10.88 35.59 -
YUV 76.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 164 15 163 0 0.91 0.01 0.36 300.4 0.83 0.35
Hex A4 F A3 0 5B 1 24 12C 53 23
Octal 244 17 243 0 133 1 44 454 123 43
Binary 10100100 1111 10100011 0 1011011 1 100100 100101100 1010011 100011

Color Harmonies of #A40FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40FA3

Black with #A40FA3

Text Example


Text Example

White with #A40FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40FA3; }

 p { color: rgb(164,15,163); }

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

background-color css

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

 a { background-color: rgb(164,15,163); }

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

border-color css

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

 span { border-color: rgb(164,15,163); }

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