Html Css Color HEX #A4098F Dark Magenta

📋 copy color: '#A4098F'

red 164 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #A4098F

Tints of Dark Magenta #A4098F

RGB

 RED value IS 164 (64.45% from 255) = 51.9%

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 51.9%
G = 2.85%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4098F (or 0xA4098F) is known color: Dark Magenta. HEX triplet: A4, 09 and 8F. RGB value is (164,9,143). Sum of RGB (Red+Green+Blue) = 164+9+143=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A4098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4098F is #5BF670. Grayscale: #464646. Windows color (decimal): -6026865 or 9374116. OLE color: 9374116.

HSL color Cylindrical-coordinate representation of color #A4098F: hue angle of 308.13º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4098F is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 143 -
CMYK 0 0.95 0.13 0.36
HSL 308.13º 0.9% 0.34% -
HSV(B) 308.13º 0.95% 0.64% -
XYZ 20.37 10.07 26.86 -
YUV 70.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 164 9 143 0 0.95 0.13 0.36 308.13 0.9 0.34
Hex A4 9 8F 0 5F D 24 134 5A 22
Octal 244 11 217 0 137 15 44 464 132 42
Binary 10100100 1001 10001111 0 1011111 1101 100100 100110100 1011010 100010

Color Harmonies of #A4098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4098F

Black with #A4098F

Text Example


Text Example

White with #A4098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4098F; }

 p { color: rgb(164,9,143); }

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

background-color css

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

 a { background-color: rgb(164,9,143); }

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

border-color css

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

 span { border-color: rgb(164,9,143); }

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