Html Css Color HEX #A01E9F Dark Magenta

📋 copy color: '#A01E9F'

red 160 ◦ green 30 ◦ blue 159

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

Shades of Dark Magenta #A01E9F

Tints of Dark Magenta #A01E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 45.85%
G = 8.6%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A01E9F (or 0xA01E9F) is known color: Dark Magenta. HEX triplet: A0, 1E and 9F. RGB value is (160,30,159). Sum of RGB (Red+Green+Blue) = 160+30+159=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E9F is #5FE160. Grayscale: #535353. Windows color (decimal): -6283617 or 10428064. OLE color: 10428064.

HSL color Cylindrical-coordinate representation of color #A01E9F: hue angle of 300.46º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E9F is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 30 159 -
CMYK 0 0.81 0.01 0.37
HSL 300.46º 0.68% 0.37% -
HSV(B) 300.46º 0.81% 0.63% -
XYZ 21.22 10.91 33.79 -
YUV 83.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 160 30 159 0 0.81 0.01 0.37 300.46 0.68 0.37
Hex A0 1E 9F 0 51 1 25 12C 44 25
Octal 240 36 237 0 121 1 45 454 104 45
Binary 10100000 11110 10011111 0 1010001 1 100101 100101100 1000100 100101

Color Harmonies of #A01E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E9F

Black with #A01E9F

Text Example


Text Example

White with #A01E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E9F; }

 p { color: rgb(160,30,159); }

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

background-color css

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

 a { background-color: rgb(160,30,159); }

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

border-color css

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

 span { border-color: rgb(160,30,159); }

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