Html Css Color HEX #A01093 Dark Magenta

📋 copy color: '#A01093'

red 160 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #A01093

Tints of Dark Magenta #A01093

RGB

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

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

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

R = 49.54%
G = 4.95%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A01093 (or 0xA01093) is known color: Dark Magenta. HEX triplet: A0, 10 and 93. RGB value is (160,16,147). Sum of RGB (Red+Green+Blue) = 160+16+147=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A01093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01093 is #5FEF6C. Grayscale: #494949. Windows color (decimal): -6287213 or 9638048. OLE color: 9638048.

HSL color Cylindrical-coordinate representation of color #A01093: hue angle of 305.42º 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 #A01093 is Cyan = 0, Magento = 0.9, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 147 -
CMYK 0 0.9 0.08 0.37
HSL 305.42º 0.82% 0.35% -
HSV(B) 305.42º 0.9% 0.63% -
XYZ 19.95 9.95 28.47 -
YUV 73.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 160 16 147 0 0.9 0.08 0.37 305.42 0.82 0.35
Hex A0 10 93 0 5A 8 25 131 52 23
Octal 240 20 223 0 132 10 45 461 122 43
Binary 10100000 10000 10010011 0 1011010 1000 100101 100110001 1010010 100011

Color Harmonies of #A01093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01093

Black with #A01093

Text Example


Text Example

White with #A01093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01093; }

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

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

background-color css

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

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

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

border-color css

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

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

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