Html Css Color HEX #A9407C Medium Red Violet

📋 copy color: '#A9407C'

red 169 ◦ green 64 ◦ blue 124

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

Shades of Medium Red Violet #A9407C

Tints of Medium Red Violet #A9407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 47.34%
G = 17.93%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9407C (or 0xA9407C) is known color: Medium Red Violet. HEX triplet: A9, 40 and 7C. RGB value is (169,64,124). Sum of RGB (Red+Green+Blue) = 169+64+124=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9407C is #56BF83. Grayscale: #666666. Windows color (decimal): -5685124 or 8143017. OLE color: 8143017.

HSL color Cylindrical-coordinate representation of color #A9407C: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9407C is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 124 -
CMYK 0 0.62 0.27 0.34
HSL 325.71º 0.45% 0.46% -
HSV(B) 325.71º 0.62% 0.66% -
XYZ 21.83 13.56 20.53 -
YUV 102.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 169 64 124 0 0.62 0.27 0.34 325.71 0.45 0.46
Hex A9 40 7C 0 3E 1B 22 146 2D 2E
Octal 251 100 174 0 76 33 42 506 55 56
Binary 10101001 1000000 1111100 0 111110 11011 100010 101000110 101101 101110

Color Harmonies of #A9407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9407C

Black with #A9407C

Text Example


Text Example

White with #A9407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9407C; }

 p { color: rgb(169,64,124); }

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

background-color css

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

 a { background-color: rgb(169,64,124); }

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

border-color css

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

 span { border-color: rgb(169,64,124); }

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