Html Css Color HEX #A405A5 Dark Magenta

📋 copy color: '#A405A5'

red 164 ◦ green 5 ◦ blue 165

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

Shades of Dark Magenta #A405A5

Tints of Dark Magenta #A405A5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 165 (64.84% from 255) = 49.4%

R = 49.1%
G = 1.5%
B = 49.4%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A405A5 (or 0xA405A5) is known color: Dark Magenta. HEX triplet: A4, 05 and A5. RGB value is (164,5,165). Sum of RGB (Red+Green+Blue) = 164+5+165=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 165 - color contains mainly: blue. Hex color #A405A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A405A5 is #5BFA5A. Grayscale: #464646. Windows color (decimal): -6027867 or 10814884. OLE color: 10814884.

HSL color Cylindrical-coordinate representation of color #A405A5: hue angle of 299.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405A5 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 5 165 -
CMYK 0.01 0.97 0 0.35
HSL 299.63º 0.94% 0.33% -
HSV(B) 299.63º 0.97% 0.65% -
XYZ 22.16 10.72 36.5 -
YUV 70.78 181.18 194.49 -
System Red Green Blue C M Y K H S L
Decimal 164 5 165 0.01 0.97 0 0.35 299.63 0.94 0.33
Hex A4 5 A5 1 61 0 23 12C 5E 21
Octal 244 5 245 1 141 0 43 454 136 41
Binary 10100100 101 10100101 1 1100001 0 100011 100101100 1011110 100001

Color Harmonies of #A405A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405A5

Black with #A405A5

Text Example


Text Example

White with #A405A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405A5; }

 p { color: rgb(164,5,165); }

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

background-color css

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

 a { background-color: rgb(164,5,165); }

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

border-color css

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

 span { border-color: rgb(164,5,165); }

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