Html Css Color HEX #A408A0 Dark Magenta

📋 copy color: '#A408A0'

red 164 ◦ green 8 ◦ blue 160

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

Shades of Dark Magenta #A408A0

Tints of Dark Magenta #A408A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 49.4%
G = 2.41%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A408A0 (or 0xA408A0) is known color: Dark Magenta. HEX triplet: A4, 08 and A0. RGB value is (164,8,160). Sum of RGB (Red+Green+Blue) = 164+8+160=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A408A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A408A0 is #5BF75F. Grayscale: #474747. Windows color (decimal): -6027104 or 10487972. OLE color: 10487972.

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

Color convert

RGB 164 8 160 -
CMYK 0 0.95 0.02 0.36
HSL 301.54º 0.91% 0.34% -
HSV(B) 301.54º 0.95% 0.64% -
XYZ 21.74 10.6 34.16 -
YUV 71.97 177.68 193.64 -
System Red Green Blue C M Y K H S L
Decimal 164 8 160 0 0.95 0.02 0.36 301.54 0.91 0.34
Hex A4 8 A0 0 5F 2 24 12E 5B 22
Octal 244 10 240 0 137 2 44 456 133 42
Binary 10100100 1000 10100000 0 1011111 10 100100 100101110 1011011 100010

Color Harmonies of #A408A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A408A0

Black with #A408A0

Text Example


Text Example

White with #A408A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A408A0; }

 p { color: rgb(164,8,160); }

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

background-color css

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

 a { background-color: rgb(164,8,160); }

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

border-color css

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

 span { border-color: rgb(164,8,160); }

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