Html Css Color HEX #A61AA0 Dark Magenta

📋 copy color: '#A61AA0'

red 166 ◦ green 26 ◦ blue 160

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

Shades of Dark Magenta #A61AA0

Tints of Dark Magenta #A61AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.39%

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

R = 47.16%
G = 7.39%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A61AA0 (or 0xA61AA0) is known color: Dark Magenta. HEX triplet: A6, 1A and A0. RGB value is (166,26,160). Sum of RGB (Red+Green+Blue) = 166+26+160=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A61AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61AA0 is #59E55F. Grayscale: #525252. Windows color (decimal): -5891424 or 10492582. OLE color: 10492582.

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

Color convert

RGB 166 26 160 -
CMYK 0 0.84 0.04 0.35
HSL 302.57º 0.73% 0.38% -
HSV(B) 302.57º 0.84% 0.65% -
XYZ 22.44 11.38 34.27 -
YUV 83.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 166 26 160 0 0.84 0.04 0.35 302.57 0.73 0.38
Hex A6 1A A0 0 54 4 23 12F 49 26
Octal 246 32 240 0 124 4 43 457 111 46
Binary 10100110 11010 10100000 0 1010100 100 100011 100101111 1001001 100110

Color Harmonies of #A61AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AA0

Black with #A61AA0

Text Example


Text Example

White with #A61AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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