Html Css Color HEX #A61F9E Dark Magenta

📋 copy color: '#A61F9E'

red 166 ◦ green 31 ◦ blue 158

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

Shades of Dark Magenta #A61F9E

Tints of Dark Magenta #A61F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 46.76%
G = 8.73%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A61F9E (or 0xA61F9E) is known color: Dark Magenta. HEX triplet: A6, 1F and 9E. RGB value is (166,31,158). Sum of RGB (Red+Green+Blue) = 166+31+158=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61F9E is #59E061. Grayscale: #555555. Windows color (decimal): -5890146 or 10362790. OLE color: 10362790.

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

Color convert

RGB 166 31 158 -
CMYK 0 0.81 0.05 0.35
HSL 303.56º 0.69% 0.39% -
HSV(B) 303.56º 0.81% 0.65% -
XYZ 22.39 11.56 33.4 -
YUV 85.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 166 31 158 0 0.81 0.05 0.35 303.56 0.69 0.39
Hex A6 1F 9E 0 51 5 23 130 45 27
Octal 246 37 236 0 121 5 43 460 105 47
Binary 10100110 11111 10011110 0 1010001 101 100011 100110000 1000101 100111

Color Harmonies of #A61F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F9E

Black with #A61F9E

Text Example


Text Example

White with #A61F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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