Html Css Color HEX #A4089C Dark Magenta

📋 copy color: '#A4089C'

red 164 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #A4089C

Tints of Dark Magenta #A4089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 50%
G = 2.44%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4089C (or 0xA4089C) is known color: Dark Magenta. HEX triplet: A4, 08 and 9C. RGB value is (164,8,156). Sum of RGB (Red+Green+Blue) = 164+8+156=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4089C is #5BF763. Grayscale: #474747. Windows color (decimal): -6027108 or 10225828. OLE color: 10225828.

HSL color Cylindrical-coordinate representation of color #A4089C: hue angle of 303.08º degrees, saturation: 0.91, 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 #A4089C is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 156 -
CMYK 0 0.95 0.05 0.36
HSL 303.08º 0.91% 0.34% -
HSV(B) 303.08º 0.95% 0.64% -
XYZ 21.4 10.47 32.34 -
YUV 71.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 164 8 156 0 0.95 0.05 0.36 303.08 0.91 0.34
Hex A4 8 9C 0 5F 5 24 12F 5B 22
Octal 244 10 234 0 137 5 44 457 133 42
Binary 10100100 1000 10011100 0 1011111 101 100100 100101111 1011011 100010

Color Harmonies of #A4089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4089C

Black with #A4089C

Text Example


Text Example

White with #A4089C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4089C; }

 p { color: rgb(164,8,156); }

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

background-color css

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

 a { background-color: rgb(164,8,156); }

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

border-color css

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

 span { border-color: rgb(164,8,156); }

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