Html Css Color HEX #A405A6 Dark Magenta

📋 copy color: '#A405A6'

red 164 ◦ green 5 ◦ blue 166

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

Shades of Dark Magenta #A405A6

Tints of Dark Magenta #A405A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.55%

R = 48.96%
G = 1.49%
B = 49.55%

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

#A405A6 (or 0xA405A6) is known color: Dark Magenta. HEX triplet: A4, 05 and A6. RGB value is (164,5,166). Sum of RGB (Red+Green+Blue) = 164+5+166=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #A405A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A405A6 is #5BFA59. Grayscale: #464646. Windows color (decimal): -6027866 or 10880420. OLE color: 10880420.

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

Color convert

RGB 164 5 166 -
CMYK 0.01 0.97 0 0.35
HSL 299.25º 0.94% 0.34% -
HSV(B) 299.25º 0.97% 0.65% -
XYZ 22.25 10.75 36.98 -
YUV 70.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 164 5 166 0.01 0.97 0 0.35 299.25 0.94 0.34
Hex A4 5 A6 1 61 0 23 12B 5E 22
Octal 244 5 246 1 141 0 43 453 136 42
Binary 10100100 101 10100110 1 1100001 0 100011 100101011 1011110 100010

Color Harmonies of #A405A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A405A6

Black with #A405A6

Text Example


Text Example

White with #A405A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A405A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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