Html Css Color HEX #A61290 Dark Magenta

📋 copy color: '#A61290'

red 166 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #A61290

Tints of Dark Magenta #A61290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 50.61%
G = 5.49%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A61290 (or 0xA61290) is known color: Dark Magenta. HEX triplet: A6, 12 and 90. RGB value is (166,18,144). Sum of RGB (Red+Green+Blue) = 166+18+144=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A61290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61290 is #59ED6F. Grayscale: #4C4C4C. Windows color (decimal): -5893488 or 9441958. OLE color: 9441958.

HSL color Cylindrical-coordinate representation of color #A61290: hue angle of 308.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61290 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 144 -
CMYK 0 0.89 0.13 0.35
HSL 308.92º 0.8% 0.36% -
HSV(B) 308.92º 0.89% 0.65% -
XYZ 20.98 10.55 27.32 -
YUV 76.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 166 18 144 0 0.89 0.13 0.35 308.92 0.8 0.36
Hex A6 12 90 0 59 D 23 135 50 24
Octal 246 22 220 0 131 15 43 465 120 44
Binary 10100110 10010 10010000 0 1011001 1101 100011 100110101 1010000 100100

Color Harmonies of #A61290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61290

Black with #A61290

Text Example


Text Example

White with #A61290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61290; }

 p { color: rgb(166,18,144); }

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

background-color css

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

 a { background-color: rgb(166,18,144); }

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

border-color css

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

 span { border-color: rgb(166,18,144); }

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