Html Css Color HEX #A604A0 Dark Magenta

📋 copy color: '#A604A0'

red 166 ◦ green 4 ◦ blue 160

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

Shades of Dark Magenta #A604A0

Tints of Dark Magenta #A604A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 50.3%
G = 1.21%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A604A0 (or 0xA604A0) is known color: Dark Magenta. HEX triplet: A6, 04 and A0. RGB value is (166,4,160). Sum of RGB (Red+Green+Blue) = 166+4+160=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A604A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604A0 is #59FB5F. Grayscale: #454545. Windows color (decimal): -5897056 or 10486950. OLE color: 10486950.

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

Color convert

RGB 166 4 160 -
CMYK 0 0.98 0.04 0.35
HSL 302.22º 0.95% 0.33% -
HSV(B) 302.22º 0.98% 0.65% -
XYZ 22.11 10.73 34.16 -
YUV 70.22 178.67 196.32 -
System Red Green Blue C M Y K H S L
Decimal 166 4 160 0 0.98 0.04 0.35 302.22 0.95 0.33
Hex A6 4 A0 0 62 4 23 12E 5F 21
Octal 246 4 240 0 142 4 43 456 137 41
Binary 10100110 100 10100000 0 1100010 100 100011 100101110 1011111 100001

Color Harmonies of #A604A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A604A0

Black with #A604A0

Text Example


Text Example

White with #A604A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A604A0; }

 p { color: rgb(166,4,160); }

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

background-color css

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

 a { background-color: rgb(166,4,160); }

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

border-color css

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

 span { border-color: rgb(166,4,160); }

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