Html Css Color HEX #A61295 Dark Magenta

📋 copy color: '#A61295'

red 166 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #A61295

Tints of Dark Magenta #A61295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 49.85%
G = 5.41%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A61295 (or 0xA61295) is known color: Dark Magenta. HEX triplet: A6, 12 and 95. RGB value is (166,18,149). Sum of RGB (Red+Green+Blue) = 166+18+149=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A61295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61295 is #59ED6A. Grayscale: #4C4C4C. Windows color (decimal): -5893483 or 9769638. OLE color: 9769638.

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

Color convert

RGB 166 18 149 -
CMYK 0 0.89 0.10 0.35
HSL 306.89º 0.8% 0.36% -
HSV(B) 306.89º 0.89% 0.65% -
XYZ 21.37 10.71 29.37 -
YUV 77.19 168.53 191.35 -
System Red Green Blue C M Y K H S L
Decimal 166 18 149 0 0.89 0.10 0.35 306.89 0.8 0.36
Hex A6 12 95 0 59 A 23 133 50 24
Octal 246 22 225 0 131 12 43 463 120 44
Binary 10100110 10010 10010101 0 1011001 1010 100011 100110011 1010000 100100

Color Harmonies of #A61295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61295

Black with #A61295

Text Example


Text Example

White with #A61295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61295; }

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

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

background-color css

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

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

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

border-color css

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

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

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