Html Css Color HEX #A61592 Dark Magenta

📋 copy color: '#A61592'

red 166 ◦ green 21 ◦ blue 146

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

Shades of Dark Magenta #A61592

Tints of Dark Magenta #A61592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 49.85%
G = 6.31%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A61592 (or 0xA61592) is known color: Dark Magenta. HEX triplet: A6, 15 and 92. RGB value is (166,21,146). Sum of RGB (Red+Green+Blue) = 166+21+146=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A61592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61592 is #59EA6D. Grayscale: #4E4E4E. Windows color (decimal): -5892718 or 9573798. OLE color: 9573798.

HSL color Cylindrical-coordinate representation of color #A61592: hue angle of 308.28º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61592 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 146 -
CMYK 0 0.87 0.12 0.35
HSL 308.28º 0.78% 0.37% -
HSV(B) 308.28º 0.87% 0.65% -
XYZ 21.18 10.72 28.15 -
YUV 78.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 166 21 146 0 0.87 0.12 0.35 308.28 0.78 0.37
Hex A6 15 92 0 57 C 23 134 4E 25
Octal 246 25 222 0 127 14 43 464 116 45
Binary 10100110 10101 10010010 0 1010111 1100 100011 100110100 1001110 100101

Color Harmonies of #A61592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61592

Black with #A61592

Text Example


Text Example

White with #A61592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61592; }

 p { color: rgb(166,21,146); }

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

background-color css

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

 a { background-color: rgb(166,21,146); }

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

border-color css

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

 span { border-color: rgb(166,21,146); }

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