Html Css Color HEX #A0188F Dark Magenta

📋 copy color: '#A0188F'

red 160 ◦ green 24 ◦ blue 143

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

Shades of Dark Magenta #A0188F

Tints of Dark Magenta #A0188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 48.93%
G = 7.34%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0188F (or 0xA0188F) is known color: Dark Magenta. HEX triplet: A0, 18 and 8F. RGB value is (160,24,143). Sum of RGB (Red+Green+Blue) = 160+24+143=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0188F is #5FE770. Grayscale: #4D4D4D. Windows color (decimal): -6285169 or 9377952. OLE color: 9377952.

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

Color convert

RGB 160 24 143 -
CMYK 0 0.85 0.11 0.37
HSL 307.5º 0.74% 0.36% -
HSV(B) 307.5º 0.85% 0.63% -
XYZ 19.78 10.11 26.9 -
YUV 78.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 160 24 143 0 0.85 0.11 0.37 307.5 0.74 0.36
Hex A0 18 8F 0 55 B 25 134 4A 24
Octal 240 30 217 0 125 13 45 464 112 44
Binary 10100000 11000 10001111 0 1010101 1011 100101 100110100 1001010 100100

Color Harmonies of #A0188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0188F

Black with #A0188F

Text Example


Text Example

White with #A0188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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