Html Css Color HEX #A0189F Dark Magenta

📋 copy color: '#A0189F'

red 160 ◦ green 24 ◦ blue 159

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

Shades of Dark Magenta #A0189F

Tints of Dark Magenta #A0189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

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

R = 46.65%
G = 7%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0189F (or 0xA0189F) is known color: Dark Magenta. HEX triplet: A0, 18 and 9F. RGB value is (160,24,159). Sum of RGB (Red+Green+Blue) = 160+24+159=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0189F is #5FE760. Grayscale: #4F4F4F. Windows color (decimal): -6285153 or 10426528. OLE color: 10426528.

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

Color convert

RGB 160 24 159 -
CMYK 0 0.85 0.01 0.37
HSL 300.44º 0.74% 0.36% -
HSV(B) 300.44º 0.85% 0.63% -
XYZ 21.08 10.63 33.74 -
YUV 80.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 160 24 159 0 0.85 0.01 0.37 300.44 0.74 0.36
Hex A0 18 9F 0 55 1 25 12C 4A 24
Octal 240 30 237 0 125 1 45 454 112 44
Binary 10100000 11000 10011111 0 1010101 1 100101 100101100 1001010 100100

Color Harmonies of #A0189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0189F

Black with #A0189F

Text Example


Text Example

White with #A0189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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