Html Css Color HEX #A61094 Dark Magenta

📋 copy color: '#A61094'

red 166 ◦ green 16 ◦ blue 148

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

Shades of Dark Magenta #A61094

Tints of Dark Magenta #A61094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 50.3%
G = 4.85%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A61094 (or 0xA61094) is known color: Dark Magenta. HEX triplet: A6, 10 and 94. RGB value is (166,16,148). Sum of RGB (Red+Green+Blue) = 166+16+148=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A61094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61094 is #59EF6B. Grayscale: #4B4B4B. Windows color (decimal): -5893996 or 9703590. OLE color: 9703590.

HSL color Cylindrical-coordinate representation of color #A61094: hue angle of 307.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61094 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 148 -
CMYK 0 0.90 0.11 0.35
HSL 307.2º 0.82% 0.36% -
HSV(B) 307.2º 0.9% 0.65% -
XYZ 21.26 10.62 28.95 -
YUV 75.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 166 16 148 0 0.90 0.11 0.35 307.2 0.82 0.36
Hex A6 10 94 0 5A B 23 133 52 24
Octal 246 20 224 0 132 13 43 463 122 44
Binary 10100110 10000 10010100 0 1011010 1011 100011 100110011 1010010 100100

Color Harmonies of #A61094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61094

Black with #A61094

Text Example


Text Example

White with #A61094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61094; }

 p { color: rgb(166,16,148); }

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

background-color css

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

 a { background-color: rgb(166,16,148); }

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

border-color css

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

 span { border-color: rgb(166,16,148); }

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