Html Css Color HEX #A61F9C Dark Magenta

📋 copy color: '#A61F9C'

red 166 ◦ green 31 ◦ blue 156

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

Shades of Dark Magenta #A61F9C

Tints of Dark Magenta #A61F9C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 47.03%
G = 8.78%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A61F9C (or 0xA61F9C) is known color: Dark Magenta. HEX triplet: A6, 1F and 9C. RGB value is (166,31,156). Sum of RGB (Red+Green+Blue) = 166+31+156=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61F9C is #59E063. Grayscale: #555555. Windows color (decimal): -5890148 or 10231718. OLE color: 10231718.

HSL color Cylindrical-coordinate representation of color #A61F9C: hue angle of 304.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F9C is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 31 156 -
CMYK 0 0.81 0.06 0.35
HSL 304.44º 0.69% 0.39% -
HSV(B) 304.44º 0.81% 0.65% -
XYZ 22.22 11.49 32.5 -
YUV 85.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 166 31 156 0 0.81 0.06 0.35 304.44 0.69 0.39
Hex A6 1F 9C 0 51 6 23 130 45 27
Octal 246 37 234 0 121 6 43 460 105 47
Binary 10100110 11111 10011100 0 1010001 110 100011 100110000 1000101 100111

Color Harmonies of #A61F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F9C

Black with #A61F9C

Text Example


Text Example

White with #A61F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F9C; }

 p { color: rgb(166,31,156); }

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

background-color css

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

 a { background-color: rgb(166,31,156); }

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

border-color css

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

 span { border-color: rgb(166,31,156); }

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