Html Css Color HEX #A605A3 Dark Magenta

📋 copy color: '#A605A3'

red 166 ◦ green 5 ◦ blue 163

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

Shades of Dark Magenta #A605A3

Tints of Dark Magenta #A605A3

RGB

 RED value IS 166 (65.23% from 255) = 49.7%

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

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

R = 49.7%
G = 1.5%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A605A3 (or 0xA605A3) is known color: Dark Magenta. HEX triplet: A6, 05 and A3. RGB value is (166,5,163). Sum of RGB (Red+Green+Blue) = 166+5+163=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A605A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A605A3 is #59FA5C. Grayscale: #464646. Windows color (decimal): -5896797 or 10683814. OLE color: 10683814.

HSL color Cylindrical-coordinate representation of color #A605A3: hue angle of 301.12º 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 #A605A3 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 5 163 -
CMYK 0 0.97 0.02 0.35
HSL 301.12º 0.94% 0.34% -
HSV(B) 301.12º 0.97% 0.65% -
XYZ 22.39 10.86 35.57 -
YUV 71.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 166 5 163 0 0.97 0.02 0.35 301.12 0.94 0.34
Hex A6 5 A3 0 61 2 23 12D 5E 22
Octal 246 5 243 0 141 2 43 455 136 42
Binary 10100110 101 10100011 0 1100001 10 100011 100101101 1011110 100010

Color Harmonies of #A605A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605A3

Black with #A605A3

Text Example


Text Example

White with #A605A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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