Html Css Color HEX #A61393 Dark Magenta

📋 copy color: '#A61393'

red 166 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #A61393

Tints of Dark Magenta #A61393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 50%
G = 5.72%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A61393 (or 0xA61393) is known color: Dark Magenta. HEX triplet: A6, 13 and 93. RGB value is (166,19,147). Sum of RGB (Red+Green+Blue) = 166+19+147=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A61393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61393 is #59EC6C. Grayscale: #4D4D4D. Windows color (decimal): -5893229 or 9638822. OLE color: 9638822.

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

Color convert

RGB 166 19 147 -
CMYK 0 0.89 0.11 0.35
HSL 307.76º 0.79% 0.36% -
HSV(B) 307.76º 0.89% 0.65% -
XYZ 21.23 10.68 28.55 -
YUV 77.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 166 19 147 0 0.89 0.11 0.35 307.76 0.79 0.36
Hex A6 13 93 0 59 B 23 134 4F 24
Octal 246 23 223 0 131 13 43 464 117 44
Binary 10100110 10011 10010011 0 1011001 1011 100011 100110100 1001111 100100

Color Harmonies of #A61393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61393

Black with #A61393

Text Example


Text Example

White with #A61393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61393; }

 p { color: rgb(166,19,147); }

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

background-color css

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

 a { background-color: rgb(166,19,147); }

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

border-color css

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

 span { border-color: rgb(166,19,147); }

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