Html Css Color HEX #A43C7E Medium Red Violet

📋 copy color: '#A43C7E'

red 164 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #A43C7E

Tints of Medium Red Violet #A43C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 126 (49.61% from 255) = 36%

R = 46.86%
G = 17.14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A43C7E (or 0xA43C7E) is known color: Medium Red Violet. HEX triplet: A4, 3C and 7E. RGB value is (164,60,126). Sum of RGB (Red+Green+Blue) = 164+60+126=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43C7E is #5BC381. Grayscale: #626262. Windows color (decimal): -6013826 or 8273060. OLE color: 8273060.

HSL color Cylindrical-coordinate representation of color #A43C7E: hue angle of 321.92º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C7E is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 60 126 -
CMYK 0 0.63 0.23 0.36
HSL 321.92º 0.46% 0.44% -
HSV(B) 321.92º 0.63% 0.64% -
XYZ 20.69 12.63 21.09 -
YUV 98.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 164 60 126 0 0.63 0.23 0.36 321.92 0.46 0.44
Hex A4 3C 7E 0 3F 17 24 142 2E 2C
Octal 244 74 176 0 77 27 44 502 56 54
Binary 10100100 111100 1111110 0 111111 10111 100100 101000010 101110 101100

Color Harmonies of #A43C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C7E

Black with #A43C7E

Text Example


Text Example

White with #A43C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C7E; }

 p { color: rgb(164,60,126); }

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

background-color css

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

 a { background-color: rgb(164,60,126); }

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

border-color css

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

 span { border-color: rgb(164,60,126); }

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