Html Css Color HEX #A01094 Dark Magenta

📋 copy color: '#A01094'

red 160 ◦ green 16 ◦ blue 148

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

Shades of Dark Magenta #A01094

Tints of Dark Magenta #A01094

RGB

 RED value IS 160 (62.89% from 255) = 49.38%

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

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

R = 49.38%
G = 4.94%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A01094 (or 0xA01094) is known color: Dark Magenta. HEX triplet: A0, 10 and 94. RGB value is (160,16,148). Sum of RGB (Red+Green+Blue) = 160+16+148=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A01094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01094 is #5FEF6B. Grayscale: #494949. Windows color (decimal): -6287212 or 9703584. OLE color: 9703584.

HSL color Cylindrical-coordinate representation of color #A01094: hue angle of 305º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01094 is Cyan = 0, Magento = 0.9, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 148 -
CMYK 0 0.9 0.07 0.37
HSL 305º 0.82% 0.35% -
HSV(B) 305º 0.9% 0.63% -
XYZ 20.03 9.98 28.89 -
YUV 74.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 160 16 148 0 0.9 0.07 0.37 305 0.82 0.35
Hex A0 10 94 0 5A 7 25 131 52 23
Octal 240 20 224 0 132 7 45 461 122 43
Binary 10100000 10000 10010100 0 1011010 111 100101 100110001 1010010 100011

Color Harmonies of #A01094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01094

Black with #A01094

Text Example


Text Example

White with #A01094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01094; }

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

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

background-color css

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

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

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

border-color css

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

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

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