Html Css Color HEX #A0189A Dark Magenta

📋 copy color: '#A0189A'

red 160 ◦ green 24 ◦ blue 154

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

Shades of Dark Magenta #A0189A

Tints of Dark Magenta #A0189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 47.34%
G = 7.1%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A0189A (or 0xA0189A) is known color: Dark Magenta. HEX triplet: A0, 18 and 9A. RGB value is (160,24,154). Sum of RGB (Red+Green+Blue) = 160+24+154=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0189A is #5FE765. Grayscale: #4F4F4F. Windows color (decimal): -6285158 or 10098848. OLE color: 10098848.

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

Color convert

RGB 160 24 154 -
CMYK 0 0.85 0.04 0.37
HSL 302.65º 0.74% 0.36% -
HSV(B) 302.65º 0.85% 0.63% -
XYZ 20.66 10.46 31.5 -
YUV 79.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 160 24 154 0 0.85 0.04 0.37 302.65 0.74 0.36
Hex A0 18 9A 0 55 4 25 12F 4A 24
Octal 240 30 232 0 125 4 45 457 112 44
Binary 10100000 11000 10011010 0 1010101 100 100101 100101111 1001010 100100

Color Harmonies of #A0189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0189A

Black with #A0189A

Text Example


Text Example

White with #A0189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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