Html Css Color HEX #A9018C Dark Magenta

📋 copy color: '#A9018C'

red 169 ◦ green 1 ◦ blue 140

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

Shades of Dark Magenta #A9018C

Tints of Dark Magenta #A9018C

RGB

 RED value IS 169 (66.41% from 255) = 54.52%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 54.52%
G = 0.32%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9018C (or 0xA9018C) is known color: Dark Magenta. HEX triplet: A9, 01 and 8C. RGB value is (169,1,140). Sum of RGB (Red+Green+Blue) = 169+1+140=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A9018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9018C is #56FE73. Grayscale: #424242. Windows color (decimal): -5701236 or 9175465. OLE color: 9175465.

HSL color Cylindrical-coordinate representation of color #A9018C: hue angle of 310.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9018C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 140 -
CMYK 0 0.99 0.17 0.34
HSL 310.36º 0.99% 0.33% -
HSV(B) 310.36º 0.99% 0.66% -
XYZ 21.11 10.35 25.7 -
YUV 67.08 169.16 200.7 -
System Red Green Blue C M Y K H S L
Decimal 169 1 140 0 0.99 0.17 0.34 310.36 0.99 0.33
Hex A9 1 8C 0 63 11 22 136 63 21
Octal 251 1 214 0 143 21 42 466 143 41
Binary 10101001 1 10001100 0 1100011 10001 100010 100110110 1100011 100001

Color Harmonies of #A9018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9018C

Black with #A9018C

Text Example


Text Example

White with #A9018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9018C; }

 p { color: rgb(169,1,140); }

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

background-color css

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

 a { background-color: rgb(169,1,140); }

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

border-color css

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

 span { border-color: rgb(169,1,140); }

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