Html Css Color HEX #A9018A Dark Magenta

📋 copy color: '#A9018A'

red 169 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #A9018A

Tints of Dark Magenta #A9018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 54.87%
G = 0.32%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9018A (or 0xA9018A) is known color: Dark Magenta. HEX triplet: A9, 01 and 8A. RGB value is (169,1,138). Sum of RGB (Red+Green+Blue) = 169+1+138=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9018A is #56FE75. Grayscale: #424242. Windows color (decimal): -5701238 or 9044393. OLE color: 9044393.

HSL color Cylindrical-coordinate representation of color #A9018A: hue angle of 311.07º 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 #A9018A is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 138 -
CMYK 0 0.99 0.18 0.34
HSL 311.07º 0.99% 0.33% -
HSV(B) 311.07º 0.99% 0.66% -
XYZ 20.96 10.29 24.93 -
YUV 66.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 169 1 138 0 0.99 0.18 0.34 311.07 0.99 0.33
Hex A9 1 8A 0 63 12 22 137 63 21
Octal 251 1 212 0 143 22 42 467 143 41
Binary 10101001 1 10001010 0 1100011 10010 100010 100110111 1100011 100001

Color Harmonies of #A9018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9018A

Black with #A9018A

Text Example


Text Example

White with #A9018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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