Html Css Color HEX #A5118F Dark Magenta

📋 copy color: '#A5118F'

red 165 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #A5118F

Tints of Dark Magenta #A5118F

RGB

 RED value IS 165 (64.84% from 255) = 50.77%

 GREEN value IS 17 (7.03% from 255) = 5.23%

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

R = 50.77%
G = 5.23%
B = 44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5118F (or 0xA5118F) is known color: Dark Magenta. HEX triplet: A5, 11 and 8F. RGB value is (165,17,143). Sum of RGB (Red+Green+Blue) = 165+17+143=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5118F is #5AEE70. Grayscale: #4B4B4B. Windows color (decimal): -5959281 or 9376165. OLE color: 9376165.

HSL color Cylindrical-coordinate representation of color #A5118F: hue angle of 308.92º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5118F is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 143 -
CMYK 0 0.90 0.13 0.35
HSL 308.92º 0.81% 0.36% -
HSV(B) 308.92º 0.9% 0.65% -
XYZ 20.68 10.38 26.9 -
YUV 75.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 165 17 143 0 0.90 0.13 0.35 308.92 0.81 0.36
Hex A5 11 8F 0 5A D 23 135 51 24
Octal 245 21 217 0 132 15 43 465 121 44
Binary 10100101 10001 10001111 0 1011010 1101 100011 100110101 1010001 100100

Color Harmonies of #A5118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5118F

Black with #A5118F

Text Example


Text Example

White with #A5118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5118F; }

 p { color: rgb(165,17,143); }

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

background-color css

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

 a { background-color: rgb(165,17,143); }

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

border-color css

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

 span { border-color: rgb(165,17,143); }

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